![]() | ![]() |
Create an ordered list of items. Ordered means that every item has an identification in front of it to show the sequence. |
![]() | |||||||||||||
COMPACT![]() |
Show the list in a compact way, taking up less space. | ||||||||||||
START![]() ![]() ![]() ![]() |
Specify an alternate starting value for the list. Default = 1. | ||||||||||||
TYPE![]() ![]() ![]() ![]() |
This gives the type of sequencing you want to use for the list.
The default is TYPE = 1. You can overrule the type for an item by using the TYPE attribute of the LI tag. |
![]() | ![]() |
Source: | <OL> <LI>The first item of the list. <LI>The second item of the list. <OL> |
Result: |
|
Source: | <OL TYPE=a START=4> <LI>The first item of the list. <LI>The second item of the list. <OL> |
Result: |
|