Explain me how you can add badge to list group in bootstrap?
Answer / Prateek Kumar
To add a badge to a list group in Bootstrap, you can use the 'badge' class on a child element of the list-group item (list-group-item). Here is an example:n```htmln<ul class="list-group">n <li class="list-group-item d-flex justify-content-between align-items-center">n Item Namen <span class="badge badge-primary rounded-pill">5</span>n </li>n</ul>```
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain me how many different media queries are used by the bootstrap grid system by default?
How to order columns in bootstrap?
Why do we use jumbotron in bootstrap?
What is a transition plugin?
How do you use the Dropdown plugin?
Tell me how will you create a tabbed navigation menu?
What are current stable version of bootstrap?
Do you know what are bootstrap panels?
Explain me what is bootstrap breadcrumb?
Tell me how to customize thumbnails using bootstrap?
What are glyphicons?
How to make images responsive in bootstrap?