Ordered Lists


An ordered list is a list of items that are numbered in a numeric order. Like this:

HTML Code
  1. <ol>
  2. <li>Pie</li>
  3. <li>Muffins</li>
  4. </ol>


There you have it an Ordered List.
ray230's Avatar
Author:
Views:
2,050
Rating:
There are currently no comments for this tutorial, login or register to leave one.