The reversed attribute of <ol>tag specifies that the items of a list would appear in descending order.

Example : reversed attribute. #
<ol reversed>
 <li>Red</li>
 <li>Green</li>
 <li>Blue</li>
</ol>