Tell me how will you create a striped progress bar using bootstrap?
Answer / Bhanu Pratap Singh
To create a striped progress bar in Bootstrap, add the 'progress-striped' class to your progress bar. Here's an example:nn```htmln<div class="progress progress-striped">n <div id="progressbar" class="progress-bar" role="progressbar" style="width: 50%;">n 50%n </div>n</div>
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what is bootstrap jumbotron?
How will you create a vertical pills navigation menu?
Bootstrap multiple form types i.e. Horizontal, inline and basic have similar views when they are viewed under 768px devices? Yes or no explain?
Please consider the html code snippet below.<Button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="my title">hover over me</button> what is missing for a tooltip to show properly?
tell me which class is used for basic pagination?
What are glyphicons in bootstrap?
What is navbar in bootstrap?
Tell me what is modal plugin used for in bootstrap?
What is bootstrap datatable?
Do you know what are input groups?
Why should I use bootstrap?
Tell me what media object in bootstrap is and what are their types?