<ol>
HTML <ol> Element Reference
The HTML <ol> element represents a list whose item order is meaningful.
Categories
- Grouping content
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical ol element example.
<ol>
<li>Enter a value</li>
<li>Choose a unit</li>
<li>Read the result</li>
</ol>