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 |
what is Bootstrap Container?
About bootstrap 4 positions?
Tell me what are the steps for creating basic or vertical forms?
What are bootstrap grids?
Explain about different layouts available in bootstrap?
Tell me how to create a navbar in bootstrap?
What are bootstrap panels? Explain how to create a bootstrap panel with a heading.
Explain what is Modal plugin used for in Bootstrap?
Explain input group in bootstrap.
What is bootstrap pagination and how we can use it?
Explain what is grid system in bootstrap?
What is input groups in bootstrap?