Back to Concepts

<ol>

An ordered list (numbered).

The `<ol>` tag defines an ordered list. An ordered list can be numerical or alphabetical. Use the `<ol>` tag together with the `<li>` tag to create ordered lists.

Live Example & Code

Preview Output
<ol><li>First</li><li>Second</li></ol>
HTMLViz
© 2026 HTMLViz. Open Source Learning.