<LI> ... </LI>
</LI>, be careful, because everything after
<LI> will be a part of that list item until the browser runs into another <LI> or the end of
the list, </UL>, </OL>, and so on.
<UL> .... </UL>
<UL><LI> Item 1<LI> Item 2<LI> Item 3</UL> |
|
<OL><LI> Item 1<LI> Item 2<LI> Item 3</OL> |
|
<DL> .... </DL>
<DT> and
<DD>.
<DT>
<DT> is very much like the word in a dictionary entry. The item
placed after b><DT> is aligned with the left-hand side of the page.
<DD>
<DD> is indented a
little bit to set it off from the "term."
<DL><DT>First item:<DD>The first item in this definition list.<DT>Second item:<DD>The second item in this definition list.<DT>Third item:<DD>The third item in this definition list.</DL> |
|