Bootstrap 3 Labels
Append and highlight additional information to a string of text.
Bootstrap's label classes can be used to highlight additional information that's appended to a string of text.
To create a label, apply the .label
class, as well as one of the .label-*
classes to the <span>
element that represents the label.
Example
Here we create a default label by using class="label label-default"
.
Variations
The following semantic/color variations are available for labels.