Lesson 13 of 2065%
(Progress persistence is disabled until Phase 9)
Bootstrap
Beginner
Badges
Documentation and examples for badges, our small count and labeling component.
Badges
Documentation and examples for badges, our small count and labeling component.
Bootstrap provides powerful, pre-built components and utilities.
Example
<h1>Example heading <span class="badge bg-secondary">New</span></h1>
<h2>Example heading <span class="badge bg-secondary">New</span></h2>
<button type="button" class="btn btn-primary">
Notifications <span class="badge bg-light text-dark">4</span>
</button>
Experiment with the code above in the Playground!