The following is an example of the default for ordered lists.

  1. First item of first level.
  2. Second item of first level.
  3. Third item of first level.
    1. First item of second level.
    2. Second item of second level.
    3. Third item of second level.
  4. Fourth item of first level.

The following is an example of a list with numbering styles specified in the <OL> tags.

  1. First item of first level
  2. Second item of first level
  3. Third item of first level
    1. First item of second level
    2. Second item of second level
    3. Third item of second level
      1. First item of third level
      2. Second item of third level
        1. First item of fourth level
        2. Second item of fourth level
          1. First item of fifth level
          2. Second item of fifth level
        3. Third item of fourth level

The following is an example of a list with numbering styles specified in the <LI> tags.

  1. First item of first level
  2. Second item of first level
  3. Third item of first level
    1. First item of second level
    2. Second item of second level
    3. Third item of second level
      1. First item of third level
      2. Second item of third level
        1. First item of fourth level
        2. Second item of fourth level
          1. First item of fifth level
          2. Second item of fifth level
      3. Third item of third level

The following is an example of a list with a start number specified in the <OL> tag.

  1. First item
  2. Second item
  3. Third item