| Version | //IETF//DTD HTML 2.0 Strict//EN
|
|---|
| Element | I |
|---|
| Purpose | italic text |
|---|
| Description | This element backets text that is meant to be rendered as italics. Because the meaning of the I 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 EM.
|
|---|
| Start tag | Required <I>
|
|---|
| 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 </I>
|
|---|
| 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 |
|---|
We will have lunch aboard the
<I>USS Constitution</I> docked in Boston Harbor.
| We will have lunch aboard the
USS Constitution docked in Boston Harbor.
|
|
|---|