#11 bootstrap badges | contextual abdges| in english

Опубликовано: 24 Июль 2026
на канале: programmer aditya
43
1

Bootstrap badges:-
Badges are used to add additional information to any content.
Use the .badge class together with a contextual class (like .badge-secondary)
within span elements to create rectangular badges.

Note that badges scale to match the size of the parent element (if any).


Contextual Badges:-
Use any of the contextual classes (.badge-*) to change the color of a badge.


Pill Badges:-
Use the .badge-pill class to make the badges more round.



Badge inside an Element:-
An example of using a badge inside a button.