HTML Reference Guide


Tag Index | Content List | HTML FAQ

<OL> ORDERED LIST

Description:

A numbered list is the same as an unnumbered list, except it uses <OL> instead of <UL>.

Attributes:

type - allows for specification of numbering type; can be set to disc, square or circle.

Example code:

This is a numbered list of fruits
<OL>
<LI>apple
<LI>banana
<LI>pear
</OL>

Result:

This is a numbered list of fruits
  1. apple
  2. banana
  3. pear

See Also:

Definition
Definition List
List Item
Menu
Ordered List
Unnumbered List


  Free Web Pages | Super Links | Members Directory | Search | Privacy Statement | Site Map | Contact Us
Services: Create Free Web Page | Free Home Page | Free Web Page Builder
Free Web Page Templates | Free Web Sites | Free Web Space
Copyright © 1996 - 2006 WebSpawner.com. All rights reserved.