Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain me how will you create a stacked progress bar using bootstrap?



Explain me how will you create a stacked progress bar using bootstrap?..

Answer / Areena Asraf

To create a stacked progress bar in Bootstrap, you can use the Progress component and specify the `height` option to make it stacked. Here's an example:
```
<div class="progress-stacked">
<div class="progress">
<div id="progressBar1" class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="height: 30px;">
70%
</div>
</div>
<div class="progress">
<div id="progressBar2" class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="30" aria-valuemin="0" aria-valuemax="100" style="height: 30px;">
30%
</div>
</div>
</div>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Bootstrap Interview Questions

Explain me what is bootstrap breadcrumb?

1 Answers  


What are bootstrap 4 forms?

1 Answers  


Popular term ‘mobile first design’ was introduced in bootstrap from beginning?

1 Answers  


What is button group and which class is used for basic button group?

1 Answers  


What is bootstrap carousel? Explain

1 Answers  


What is bootstrap caraousel?

1 Answers  


What is the purpose of using the scrollspy plugin?

1 Answers  


Would you differentiate between fluid layout & responsive layout?

1 Answers  


What are bootstrap alerts?

1 Answers  


How many colors in bootstrap 4?

1 Answers  


Do you know who developed the bootstrap?

1 Answers  


Does bootstrap reset css?

1 Answers  


Categories