Articles → BOOTSTRAP → Progress Bars In Bootstrap

Progress Bars In Bootstrap






Example




<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta charset="utf-8" />
      <title></title>
      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
   </head>
   <body>
      <div class="progress">
         <div class="progress-bar" style="width:30%">      
         </div>
      </div>
   </body>
</html>



Output


Picture showing the output of Progress bars in bootstrap
Click to Enlarge


Specify The Value Of The Progress Bar




<div class="progress">
   <div class="progress-bar" style="width:30%">       
      30%      
   </div>
</div>


Picture showing the output of Progress bars with value in bootstrap
Click to Enlarge




Posted By  -  Karan Gupta
 
Posted On  -  Wednesday, October 6, 2021

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250