HTML Standard attribute: reversed
[this page | pdf | back links]
The HTML reversed attribute indicates whether the
list order of an <ol>
element should be in descending order (e.g. 3, 2, 1) rather than ascending
order (1, 2, 3).
Valid attribute
values (when used with <ol>
elements) include:
|
Value
|
Description
|
|
reversed
|
List order is
descending
|
NAVIGATION LINKS
Contents | Prev | Next | HTML Attributes