Bootstrap Question:

Download Job Interview Questions and Answers PDF

Explain me how you can add badge to list group in Bootstrap?

Bootstrap Interview Question
Bootstrap Interview Question

Answer:

To add badge to list group in Bootstrap you have to simply add <span class = “badge”> within the <li> element.

Download Bootstrap Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what the following code does, and where they are useful:

<a href="#">Home <span class="badge">36</span></a>
Tell me which classes can be applied to button group instead of resizing each button?