HTML 4.0 Logo Reader Icon OEB 1.0 Logo PPC Logo <b>Bold

This tag makes the enclosed text bold. You can also use the CSS property font-weight to achieve the same goal, or the <strong> tag, which has the same effect. Often the <strong> tag is preferred.

Attributes

Class, id, lang, style, title (ignored)

Sample

Bold Sample diagram

Sample Code

<h3>Bold</h3>
The &lt;bold&gt; tag is functionally the same as the &lt;strong&gt; tag, and makes the enclosed text <b>bold-faced</b>.

© 2000 Microsoft Corporation. All rights reserved. Terms of use.