How will you create a alternate progress bar using bootstrap??
Answer / Ambuj Kumar Verma
To create an alternate progress bar in Bootstrap, you can use custom CSS and HTML. Here is a simple example:nn```htmln<div class="progress-alternative">n <div class="progress" style="height: 30px;">n <div id="progress-bar" class="determinate progress-bar-info" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 45%;">n 45%n </div>n </div>n</div>
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain types of lists supported by Bootstrap?
Tell me which class is used for basic button group?
What is Scrollspy plugin?
How do you make images responsive?
Explain bootstrap?
Tell me what is bootstrap collapsing elements?
Could you explain me about responsive layout?
Why use bootstrap 4?
What is bootlint?
explain me how will you create a alternate progress bar using bootstrap?
Do you know what are bootstrap labels?
Give an example of a basic grid structure in bootstrap.