HTML <ol> Element Reference

The HTML <ol> element represents a list whose item order is meaningful.

<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>

Related references

Description

The HTML <ol> element represents a list whose item order is meaningful.

References

  1. HTML Living Standard: Index of elements
  2. MDN: HTML <ol> Element

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies