OL
Description
The OL element defines an ordered list consisting of a number of
separated multi-line <LI> elements, and
ordered numerically in some way.
Minimum Attributes
<OL></OL>
All Possible Attributes
<OL
COMPACT
LANG="..."
DIR=ltr|rtl
ALIGN=center|left|right|justify
ID="..."
CLASS="..."
CLEAR=left|right|all|"..."
CONTINUE
SEQNUM=value
START=value
TYPE=A|a|I|i|1></OL>
Elements Allowed Within...
Allowed In Content Of...
Any element that permits members of the group
Variations
The LANG and DIR attributes are introduced with the
internationalization proposal.
The internationalization proposal also includes
ALIGN=center|left|right|justify
Version 3 proposes the CLEAR attribute.
The CONTINUE attribute is proposed by Version 3 to continue the
numbering from where the previous OL list left off.
The SEQNUM attribute is proposed by Version 3 to
define a starting number for the list.
START is a Netscape extension to do the same thing as SEQNUM.
The TYPE attribute is a Netscape extension.
Version 3 proposes using associated style sheets and the CLASS attribute
to handle these, and other, options to numbering style.
All list elements are Level 0.