OL.start (Property)

The starting index of items in the ordered list. The enumerator can be set to a predetermined value with this property.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:Number primitive
JavaScript syntax:-myOL.start

Ordered lists can start at any value. This is somewhat related to the LI.value property, which allows the list items to begin sequencing from any value you care to define. The value you specify here must be a positive integer.

Warnings:

See also:LI.value