HTML

Ordered | Un-ordered | Nested Lists | Tables | Nested Tables

Ordered Lists

Ordered lists means "numbered" lists, the kind that are typically found in outlines, indexes (or "indices," if you prefer), or other alpha-numeric lists.

To make an ordered list, you need to be enclosed with the <ol> tags. Each item in the list must be enclosed with the <li> tags (you can get away with leaving out the closing tags, just as you can in paragraphs.

For example, view the source code for the following:

My favorite musical types are, in order of preference (this week):

  1. Blue Grass
  2. Folk
  3. Acoustic Blues
  4. Celtic
  5. Brass Band
  6. Jazz
  7. Classical
  8. Rock