Tell me how will you create a striped progress bar using bootstrap?
Answer Posted / 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 |
Post New Answer View All Answers