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



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

Post New Answer

More Bootstrap Interview Questions

How to customize thumbnails using Bootstrap?

1 Answers  


How many image shapes & corners in bootstrap 4?

1 Answers  


Explain me how will you create a stacked progress bar using bootstrap?

1 Answers  


What is bootstrap carousel?

1 Answers  


What are the different ways of using bootstrap?

1 Answers  


Do you know what is twitter bootstrap?

1 Answers  


What is bootstrap container in bootstrap?

1 Answers  


Why do we use the affix plugin in bootstrap?

1 Answers  


Tell me how to customize thumbnails using bootstrap?

1 Answers  


How to create a navbar in bootstrap?

1 Answers  


Can we make images responsive in bootstrap?

1 Answers  


What is jumbotron?

1 Answers  


Categories