Version | //IETF//DTD HTML 2.0 Strict//EN
|
---|
Element | LI |
---|
Purpose | list item |
---|
Description | This element identifies an item in a list defined by the
OL,
UL,
DIR, or
MENU elements.
|
---|
Start tag | Required <LI>
|
---|
Attributes | Name | Type | Default | Comment |
---|
SDAFORM | CDATA | #FIXED "LItem" | 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 | P |
UL | OL | DIR | MENU | DL | PRE | BLOCKQUOTE | FORM | ISINDEX )*
|
---|
End tag | Optional </LI>
|
---|
Referenced in | DIR MENU OL UL
|
---|
Example | Source | Appearance |
---|
<UL>
<LI>Items in the Universe
<UL>
<LI>Matter
<LI>Energy
<LI>Gravity
</UL>
<LI>The Solar System
<OL>
<LI>Inner
<OL>
<LI>Mercury
<LI>Venus
<LI>Earth
<LI>Mars
</OL>
<LI>Outer
<OL>
<LI>Jupiter
<LI>Saturn
<LI>Uranus
<LI>Neptune
<LI>Pluto
<LI>Kuiper Belt
</OL>
</OL>
</UL>
|
- Items in the Universe
- The Solar System
- Inner
- Mercury
- Venus
- Earth
- Mars
- Outer
- Jupiter
- Saturn
- Uranus
- Neptune
- Pluto
- Kuiper Belt
|
|
---|