HTML<ol> reversed Attribute
The HTML <ol> reversed Attribute is a Boolean Attribute and used to ordered the list in Descending Order(9, 8, 7, 6 â¦..) instead of ascending order(1, 2, 3 â¦.).Syntax: <ol reversed> <li> Content... </li> <li> Content... </li> ... <li> Content... </li>