Menu
Lists & Tables

<ol> Ordered List

Numbered lists for steps, rankings, or anything sequential.

1Numbered Lists

<ol> creates a numbered list. Use start, reversed, and type to customize the numbering.

Example Code
<ol>
  <li>Boil water</li>
  <li>Add tea bag</li>
  <li>Wait 3 minutes</li>
</ol>

<ol start="5" type="A">
  <li>Step E</li>
  <li>Step F</li>
</ol>

Finished reading?

Mark this topic as complete to track progress.