Descending list order:
![]()
The reversed attribute is currently supported only in Chrome and Safari 6.
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...).
The reversed attribute is new in HTML5.
In XHTML, attribute minimization is forbidden, and the reversed attribute must be defined as <ol reversed="reversed">.
HTML <ol> tag
Your message has been sent to W3Schools.