Iowa State University Extension

Learning HTML
Basic HTML Tags -- Numbered Lists: Ordered Lists <OL>

In your text editor, enter the text below and save it as "sample8.html" on your floppy disk. Then return to Netscape and load the file.

bluemarble line
This is an ordered list.
<OL>
<LI>apples
<LI>bananas
<LI>cranberries
<LI>oranges
</OL>
bluemarble line 

What am I supposed to see? sample8.html [VIEW]

Two major types of lists which can be created in HTML are the Ordered (numbered) and Unordered (not numbered) lists. Both types use List Items <LI>. Lists are automatically indented with a blank line before and after the entire list. Each list item is placed on a new line, so you do not have to put breaks or paragraph marks inside lists unless you want the extra space.

thin red line

maroon bullet ISU Extension maroon bullet Learning HTML maroon bullet Feedback maroon bullet Next Lessonthin red line

Last Update: August 25, 1999
Contact: ISU Extension Training Team (
eittrain@iastate.edu)