Ordered Lists

Ordered lists are used for steps in procedures, unless it does not matter in which order the steps are taken.

Example of multi-level ordered lists (ol).

Nested Ordered List

Nested ordered lists use decimal, lower-case alphabetic and lower-case Roman numerals, in that order.

  1. Ordered list item (ol li).

    1. Ordered sub-list item (ol li ol li).

      1. Ordered sub-sub-list item (ol li ol li ol li).

New paragraph starts here.

Nested Ordered List with Continuations

Nested ordered lists with continuations are styled as follows:

  1. Level 1 numbered list item.

    Level 1 numbered list item continuation.

    1. Level 2 numbered list item.

      Level 2 numbered list continuation.

      1. Level 3 numbered list item.

        Level 3 numbered list continuation.

      2. Level 3 numbered list item.

        Level 3 numbered list continuation.

    2. Level 2 numbered list item.

      Level 2 numbered list continuation.

    3. Level 2 numbered list item.

      Level 2 numbered list continuation.

  2. Level 1 numbered list item.

    Level 1 numbered list item continuation.

  3. Level 1 numbered list item.

    Level 1 numbered list item continuation.

New paragraph starts here.