Unordered Lists

These tags are used to identify the portion of a document which make up the contents of an unordered list.

             <UL>...</UL>

Individual list items are identified with the <LI> tag.

The syntax for a list is:

<UL>
  <LI>    Item One
  <LI>    Item Two
  <LI>    Item Three
  <LI>    etc...
</UL>

Home Page | First Document Sample | Sample