HTML b element
From Web Design and Programming
(Redirected from B)
| <b> element | |
|---|---|
| Language: | HTML |
| Namespace: | http://www.w3.org/1999/xhtml |
| Description: | boldface text style |
| Element Group: | font style elements |
| Content Model: | inline |
| Start tag: | required |
| End tag: | required |
The <b> HTML element indicates that text should be rendered in a boldface style.
Contents |
[edit] Semantics
The <b> element is purely presentational and does not carry any semantic value. In general, CSS rather than HTML should be used to describe presentation. In order to convey strong emphasis, the <strong> should be used instead.
[edit] Attributes
[edit] Example
This is <b>bold</b> text.
[edit] See also
[edit] Specifications
This HTML article is a stub. You can help by expanding it.
