Search w3schools.com:

SHARE THIS PAGE

HTML <ol> reversed Attribute

HTML ol Tag Reference HTML <ol> tag

Example

Descending list order:

<ol reversed>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ol>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The reversed attribute is currently supported only in Chrome and Safari 6.


Definition and Usage

The reversed attribute is a boolean attribute.

When present, it specifies that the list order should be descending (9,8,7...), instead of ascending (1, 2, 3...).


Differences Between HTML 4.01 and HTML5

The reversed attribute is new in HTML5.


Differences Between HTML and XHTML

In XHTML, attribute minimization is forbidden, and the reversed attribute must be defined as <ol reversed="reversed">.


Syntax

<ol reversed>


HTML ol Tag Reference HTML <ol> tag

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]