All list structures, except for glossaries, use <LI> to mark the individual items within a list.
Source:
<UL>
<LI>No text directly follows a <TT><UL></TT>, only
<TT><LI></TT>'s and other lists may appear
<LI>For unordered lists, bullets are used to denote each line item
<LI>Sub-lists
<UL>
<LI>can be nested within a list
<LI>each nesting level causes additional line indentation
<LI>for unordered lists the bullets change shape at
each nesting level
</UL>
<LI>An unordered list is terminated by <TT></UL></TT>
</UL>
Source:
<OL>
<LI>No text directly follows a <TT><OL></TT>, only
<TT><LI></TT>'s and other lists may appear
<LI>For ordered lists, numbers are used to denote each line item
<LI>Sub-lists
<OL>
<LI>can be nested within a list
<LI>each nesting level causes additional line indentation
<LI>for ordered lists the numbers restart at each nesting level
</OL>
<LI>An ordered list is terminated by <TT></OL></TT>
</OL>
Source:
<DIR>
<LI>item1
<LI>item2
<LI>item3
<LI>item4
</DIR>
Output generated by this browser:
Source:
<MENU>
<LI>item1
<LI>item2
<LI>item3
<LI>item4
</MENU>
Output generated by this browser:
Source:
<DL>
<DT>Unordered List
<DD>An outline structure of bullet-ed items. The shape of the bullets
at each nesting level may differ.
<DT>Ordered List
<DD>An outline structure of numbered items. The numbering sequence
restarts at each nesting level.
<DT>Directory List
<DD>Display multiple items on a single line (browser permitting).
<DT>Menu List
<DD>An unordered list without bullets (browser permitting).
<DT>Glossary List
<DD>A glossary of terms with definitions appearing as indented
paragraphs.
</DL>
Output generated by this browser: