Articles → BOOTSTRAP → Lead Class In Bootstrap

Lead Class In Bootstrap






Purpose





Example


<!DOCTYPE html>
<head>
   <title>My Example</title>
   <!-- Bootstrap CSS -->
   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
</head>
<body>
   <div class="container">
      <p>This is paragraph 1</p>
      <p class="lead">This paragraph2 stands out.</p>
      <p>This is paragraph 3</p>
      <p>This is paragraph 4</p>
   </div>
</body>



Output


Picture showing the output of the lead class in Bootstrap
Click to Enlarge


Posted By  -  Karan Gupta
 
Posted On  -  Thursday, September 9, 2021

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250