Description

The <b> (short for bold) tag displays text in a bold style. This element typically renders the text it encloses in a bold typeface without conveying any extra importance.

The following table summarizes the usages context and the version history of this tag.

Placement:Inline
Content:Inline and text
Start/ End Tag:Start tag: required, End tag: required
Version:HTML 2, 3.2, 4, 4.01, 5

Syntax

The basic syntax of the <b> tag is given with:

HTML/XHTML: <b> ... </b>

The example below shows the <b> tag in action.

<p>This <b>sentence</b> contains some <b>bold</b> words.</p>
<p>Here are <b>some</b>  more <b>bold</b> words.</p>

Tag-Specific Attributes

The <b> tag doesn't have any specific attribute.

Global Attributes

Like all other HTML tags, the <b> tag supports the global attributes in HTML5.

Event Attributes

The <b> tag also supports the event attributes in HTML5.

Browser Compatibility

Element
<b>YesYesYesYesYes