Version | //IETF//DTD HTML 2.0 Strict//EN
|
---|
Element | B |
---|
Purpose | bold text |
---|
Description | This element encloses text which should be rendered by the browser as boldface. Because the meaning of the B element defines the appearance of the content it encloses, this element is considered a "physical" markup element. As such, it doesn't convey the meaning of a semantic markup element such as STRONG.
|
---|
Start tag | Required <B>
|
---|
Attributes | Name | Type | Default | Comment |
---|
SDAFORM | CDATA | #FIXED "B" | one to one mapping; in support of transformation to the International Committee for Accessible Document Design DTD for usable access to structured information by print-impaired individuals
|
|
---|
Content | ( #PCDATA | A | IMG | BR | EM | STRONG | CODE | SAMP | KBD | VAR | CITE | TT | B | I #PCDATA | A | IMG | BR )*
|
---|
End tag | Required </B>
|
---|
Referenced in | A ADDRESS B CITE CODE DD DT EM H1 H2 H3 H4 H5 H6 I KBD LI P PRE SAMP
STRONG TT VAR
|
---|
Example | Source | Appearance |
---|
Georgie, look, <B>a mouse</B>!
| Georgie, look, a mouse!
|
|
---|