Skip to: content, navigation

by Ian Lloyd

b (HTML element)

Spec
Depr. Empty Version
No No HTML 2
Browser support full matrix
IE5.5+ FF1+ Saf1.3+ Op9.2+
Full Full Full Full
<b>
</b>

Example

A correct usage of the b element is shown below. Here, it’s used to show that the text is bold in appearance—it’s not signifying importance:

<p>The MrBigStuff logo was a mixture of normal and bold
    characters: "Mr <b>Big</b> Stuff"</p>
Type
inline element
Contains
inline elements only
Contained by
block-level elements, inline elements

Description

The b (short for bold) element simply styles the text it encloses in a bold typeface—assuming it’s not already presented a bold typeface—but offers no semantic meaning about the contained text.

While the b element isn’t deprecated—even in XHTML 1.1—its use is declining, as in many cases it’s more appropriate to use either an emphasis (em) or strong emphasis (strong) element instead.

The example above would appear as shown in Figure 1.

Figure 1. An example of b in action Example of b element

Use This For …

This element is used to mark up text which needs to be stylistically offset from the normal prose in a way that doesn’t confer any extra importance on that text. The b element should, therefore, be used only as a last resort when no other element is more appropriate. For the examples above, it’s preferable to use a b element rather than a span with a bold style applied through CSS.

Compatibility

IE5.5Full
6.0Full
7.0Full
Firefox1.0Full
1.5Full
2.0Full
Safari1.3Full
2.0Full
3.0Full
Opera9.2Full
9.5Full

As one of the earliest formatting elements, b has full browser support.

Related Reading

User-contributed notes

Add a note

To post a note on this topic, please log in with your SitePoint username and password. If you don't have an account yet, you can create a new account for free.

Related Products

The Principles of Beautiful Web Design

Best Seller!

You don’t need to go to Art School to design great looking web sites!

Book Cover: The Principles of Beautiful Web Design

Download the FREE sample chapters