A Sample Ordered List is coded this way:

<OL>
       <LI>mow the lawn</LI>
       <LI>wash the car</LI>
       <LI>fetch the wife</LI>
       <LI>go to the shop</LI>
</OL>

This code comes out as

  1. mow the lawn
  2. wash the car
  3. fetch the wife
  4. go to the shop

More about Lists at Ayel Lee's HTML Tutorials