Contact Us || Privacy Policy || About Us |
|
Bootstrap Badges and Labels1) Badges in BootstrapThis 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 NowBadges Buttons in BootstrapBadges are also used inside the buttons: Example:- Test it Now2) Labels in BootstrapThis 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 NowExample2:- Test it Now
Next TopicBootstrap Buttons
|