3.2 NS IE TV

<OL>...</OL>

Create an ordered list of items. Ordered means that every item has an identification in front of it to show the sequence.

COMPACT
3.2
Show the list in a compact way, taking up less space.

START
3.2 NS IE TV
Specify an alternate starting value for the list. Default = 1.

TYPE
3.2 NS IE TV
This gives the type of sequencing you want to use for the list.

Value Description
A Use uppercase alphanumeric characters.
a Use lowercase alphanumeric characters.
I Use uppercase roman numerals.
i Use lowercase roman numerals.
1 Use arabic numbers.

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:
  1. The first item of the list.
  2. The second item of the list.

 
Source:
<OL TYPE=a START=4>
 <LI>The first item of the list.
 <LI>The second item of the list.
<OL>
 
Result:
  1. The first item of the list.
  2. The second item of the list.


Statistics Copyright © 1996, 1997 Rob Schlüter
Last updated 1997/05/01
Email: schluter@knoware.nl