Connected: An Internet Encyclopedia
5.6.2. Ordered List: OL

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1866
Up: 5. Document Structure
Up: 5.6. List Elements
Prev: 5.6.1. Unordered List: UL, LI
Next: 5.6.3. Directory List: DIR

5.6.2. Ordered List: OL

5.6.2. Ordered List: OL

The <OL> element represents an ordered list of items, sorted by sequence or order of importance. It is typically rendered as a numbered list.

The content of a <OL> element is a sequence of <LI> elements. For example:

    <OL>
    <LI>Click the Web button to open URI window.
    <LI>Enter the URI number in the text field of the Open URI
    window. The Web document you specified is displayed.
      <ol>
       <li>substep 1
       <li>substep 2
      </ol>
    <LI>Click highlighted text to move from one link to another.
    </OL>


Next: 5.6.3. Directory List: DIR

Connected: An Internet Encyclopedia
5.6.2. Ordered List: OL