<OL
CLASS=type
COMPACT
ID=value
START=n
STYLE=css1 properties
TYPE=order-type>
Specifies that the following lines of text contain individual items that begin with an LI tag. These items are numbered.
| A | Use large letters. |
| a | Use small letters. |
| I | Use large Roman numerals. |
| i | Use small Roman numerals. |
| 1 | Use numbers. |
Example
<OL> <LI>This is the first item in the list. <LI>And this is the second item in the list. </OL> <OL START=3> <LI>This is item number 3. </OL> <OL TYPE=A> <LI>This is item A. </OL>