English 中文(简体)
Bootstrap Tutorial

Bootstrap with CSS

Bootstrap Layout Components

Bootstrap Plugins

Bootstrap Demos

Bootstrap Useful Resources

Selected Reading

Bootstrap - Badges
  • 时间:2024-11-03

Bootstrap - Badges


Previous Page Next Page  

This chapter will discuss about Bootstrap badges. Badges are similar to labels; the primary difference is that the corners are more rounded.

Badges are mainly used to highpght new or unread items. To use badges just add <span class = "badge"> to pnks, Bootstrap navs, and more.

The following example demonstrates this −

<a href = "#">Mailbox <span class = "badge">50</span></a>