Version//IETF//DTD HTML 2.0 Strict//EN
ElementOL
Purposeordered list
DescriptionThis element defines an ordered list, a list of items whose ordering is important. Examples include instruction steps or items ranked by some quality (such as preference or winners of a race). Compare this with the unordered list ul.
Start tagRequired <OL>
Attributes
NameTypeDefaultComment
COMPACT( COMPACT )#IMPLIEDcompact list style
SDAFORM CDATA #FIXED "List"one to one mapping; in support of transformation to the International Committee for Accessible Document Design DTD for usable access to structured information by print-impaired individuals
Content( LI )+
End tagRequired </OL>
Referenced in BLOCKQUOTE BODY DD DIR FORM LI MENU
Example
SourceAppearance
<P>The Solar System
<OL>
<LI>Inner
<OL>
<LI>Mercury
<LI>Venus
<LI>Earth
<LI>Mars
</OL>
<LI>Outer
<OL>
<LI>Jupiter
<LI>Saturn
<LI>Uranus
<LI>Neptune
<LI>Pluto
<LI>Kuiper Belt
</OL>
</OL>

The Solar System

  1. Inner
    1. Mercury
    2. Venus
    3. Earth
    4. Mars
  2. Outer
    1. Jupiter
    2. Saturn
    3. Uranus
    4. Neptune
    5. Pluto
    6. Kuiper Belt
search Search · star Market
2023-06-19 · John December · Terms © johndecember.com