Text Links Ads : Marketing Tips Store : Search Engine Optimization Strategies
WebPosition Gold Pro : Domain Registration Bank : Optilink Software : GoDefy
Mike's Marketing Tools : Mike's Ecommerce Software : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML Codes > lists

<OL ...>

Usage Recommendation
thumbs up Use it.

  • TYPE: type of numerals
 
  • START: where to start counting

<OL ...> creates an ordered list. "Ordered" means that the order of the items in the list is important. To show this, browsers automatically number the list. Note in this example that the HTML does not give any numbers: the numbers are automatically made by the browser (which makes it easy on you the author).

this code produces this
<OL>
<LI>Take 495 north
<LI>Cross the 14th Street Bridge
<LI>Take the Maine Avenue exit
<LI>Turn left at the first light
</OL>
  1. Take 495 north
  2. Cross the 14th Street Bridge
  3. Take the Maine Avenue exit
  4. Turn left at the first light

You can create lists within lists using <OL ...>. Each nested list starts counting at 1 (or at the value of START).

<OL TYPE="..."> >>>

Copyright © 2002-8 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com