Eye of Design helps users find information on web design and development along with feature a gallary of works created by Gary R. Hess.

Ordered List Tags

The ordered list tag, <ol>, is used specifically when you want to list products in a structured sense. For example, if you want to list steps on how to build a paper airplane, you would want to use the ordered list.

Example: <ol><li>This is a list<li>That is ordered</ol>

This example would show:

  1. This is a list
  2. That is ordered

If you would like to learn about unstructured lists, go here: Unordered Lists. If you would like to learn about the elements inside the ol and ul tags, go here: li.