OL Element

Syntax:

<OL> ... </OL>

Example:


<OL>
<li>This is the first item in the LIST.</li>
<li>This is the second.</li>
<li>This is the third.</li>
<li> <i>Notice each item is preceded by it place number. <i></li>
</OL>
  1. This is the first item in the LIST.
  2. This is the second.
  3. This is the third.
  4. Notice each item is preceded by its place number.