elibraryportal Logo

Bootstrap Badges and Labels


1) Badges in Bootstrap

This is numerical indicators that means how many items are display with a link:

Use the .badge class within <span> elements to create badges:

Example:-

Test it Now

Badges Buttons in Bootstrap

Badges are also used inside the buttons:

Example:-

Test it Now

2) Labels in Bootstrap

This is used for additional information like

Use the .label class with the six contextual classes .label-default, .label-primary, .label-success, .label-info, .label-warning or .label-danger within a <span> element to create a label:

Example1:-

Test it Now

Example2:-

Test it Now