left up right
Lists

Markup for three types of lists are provided in XHTML:

  1. Unordered (ul): no obvious ordering to the items in the list
  2. Ordered (ol): clear ordering of the items in the list
  3. Definition (dl): a list of terms followed by an associated description

It is not always obvious which one to choose!