From Htmlpedia
Contents |
[edit]
HTML Element B
[edit]
Definition and Usage
The <b> tag renders the text as bold.
(Note: Deprecated as of XHTML 1.0, consider using <strong> instead)
[edit]
Examples
<p>Some text with a <b>bold</b> word in it</p>
![]() |
Some text with a bold word in it |
[edit]
Attributes
[edit]
Optional attributes
None
[edit]
Standard Attributes
id, class, title, style, dir, lang
[edit]
Event Attributes
onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup
[edit]
Tags in Tag
- Fontstyle
- Phrase
EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ABBR, ACRONYM
[edit]

