<ol>: The Ordered List element

<ol>: The Ordered List element

The <ol> element represents an ordered list of items.

Attributes

  • reversed
  • start
  • type

Recommendation

It is highly recommended for an email client to support the <ol> element and its attributes.

Impacts

Accessibility

The <ol> element is a semantic element. Assistive techology including screen-readers treat this differently to other pieces of text. This includes the reversed attributes as screen-readers handle these appropriately.

Resources

Email client compatibility