Home »
MCQs »
Bootstrap MCQs
Which of the following bootstrap classes can be used to create a badge?
24. Which of the following bootstrap classes can be used to create a badge?
- .label
- .badge
- .tab
- .select
Answer
The correct answer is: B) .badge
Explanation
The .badge
class of bootstrap can be used to add beautiful badge support to a web page. A badge is a numerical indicator to show how many items are linked with a particular component. A badge can also be used to differentiate an unread item.