adspace


How to add badge to list group in bootstrap?

Answer Posted / Bhoopendra Singh

To add a badge to a list-group item in Bootstrap, you can wrap the badge content inside a <span> element with the class ".badge". For example: <li class="list-group-item">Content <span class="badge">New!</span></li>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of bootstrap?

88