ordered list

  1. item one
  2. item two
  3. item three

Nested ordered list

  1. headings
  2. basic text selections
  3. lists
    1. ordered
      1. the ol tag
        1. type-used to switch numbering styles within a list
        2. start-on ol to get noncontinuous numbering
        3. value-used to specify a specific number
      2. the li tag
    2. unordered
      1. the ul tag
      2. the li tag
    3. definition
      1. the dl tag
      2. the dt tag
      3. the dd tag
  4. miscellaneous