HTML Level 1 and 2 Manual

Home | Element Index | Forms | Screens & Colours | GIFs | Layout | Compatibility


Element Index > Lists

<OL> Element

Category: Lists
Period: HTML 2.0
Status: core

Description

Starts an ordered numbered list.

Syntax

<OL>
<LI>First step
<LI>Second step
</OL>

Attributes

None in strict HTML 2.0.

Usage Guidelines

Common Mistakes

Example Code

<OL>
<LI>Create the file.
<LI>Add a TITLE.
<LI>Upload it.
</OL>

Authoring Note

Write the document first, then test it in a graphical browser and a text browser. The page should remain understandable if images fail, colours are ignored, or the browser uses its own fonts.


Top | Home | All Elements

HTML Level 1 and 2 Manual.