Ordered Lists

Ordered Lists are created the same way using these tags.

             <OL>...</OL>

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

The syntax for a list is:

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

Home Page | Unordered List Sample | Sample