| Version | //IETF//DTD HTML 2.0 Strict//EN
|
|---|
| Element | EM |
|---|
| Purpose | emphasized phrase |
|---|
| Description | This element encloses text which should be emphasized.
Nesting an EM inside of another element like B or I
may or may not display bold, emphasized text.
|
|---|
| Start tag | Required <EM>
|
|---|
| Attributes | | Name | Type | Default | Comment |
|---|
| SDAFORM | CDATA | #FIXED "It" | 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 </EM>
|
|---|
| 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 |
|---|
If I told you once,
<EM>I have told you a thousand times</EM>,
don't jump on the bed!
| If I told you once,
I have told you a thousand times,
don't jump on the bed!
|
|
|---|