Movatterモバイル変換


[0]ホーム

URL:


Menu
×
See More 
Sign In
+1 Get Certified Upgrade For Teachers Spaces Get Certified Upgrade For Teachers Spaces
   ❮     
     ❯   

BootstrapBadges and Labels


Badges

Badges are numerical indicators of how many items are associated with a link:

News5
Comments10
Updates2

The numbers (5, 10, and 2) are the badges.

Use the.badge class within<span> elements to create badges:

Example

<a href="#">News <span class="badge">5</span></a><br>
<a href="#">Comments <span class="badge">10</span></a><br>
<a href="#">Updates <span class="badge">2</span></a>
Try it Yourself »

Badges can also be used inside other elements, such as buttons:



The following example shows how to add badges to buttons:

Example

<button type="button" class="btn btn-primary">Primary <span class="badge">7</span></button>
Try it Yourself »


Labels

Labels are used to provide additional information about something:

ExampleNew

ExampleNew

ExampleNew

ExampleNew

ExampleNew
ExampleNew

Use the.label class,  followed by one of 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:

Example

<h1>Example <span class="label label-default">New</span></h1>
<h2>Example <span class="label label-default">New</span></h2>
<h3>Example <span class="label label-default">New</span></h3>
<h4>Example <span class="label label-default">New</span></h4>
<h5>Example <span class="label label-default">New</span></h5>
<h6>Example <span class="label label-default">New</span></h6>
Try it Yourself »

The following example shows all contextual label classes:

Default LabelPrimary LabelSuccess LabelInfo LabelWarning LabelDanger Label

Example

<span class="label label-default">Default Label</span>
<span class="label label-primary">Primary Label</span>
<span class="label label-success">Success Label</span>
<span class="label label-info">Info Label</span>
<span class="label label-warning">Warning Label</span>
<span class="label label-danger">Danger Label</span>
Try it Yourself »

Test Yourself With Exercises

Exercise:

After the "Comments" text, use a span element to make a badge with the number two inside.

<button>Comments</button>

Start the Exercise




×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning.
Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness
of all content. While using W3Schools, you agree to have read and accepted ourterms of use,cookies andprivacy policy.

Copyright 1999-2025 by Refsnes Data. All Rights Reserved.W3Schools is Powered by W3.CSS.


[8]ページ先頭

©2009-2025 Movatter.jp