HTML <ol> Tag with the 'reversed' Attribute
<p>Countdown to the most popular fruit:</p>
<ol reversed>
<li>Lychee</li>
<li>Feijoa</li>
<li>Pomelo</li>
</l>
The above example demonstrates usage of the ol
element with the reversed
attribute.
The reversed
attribute reverses the order of the list, thus indicating that the list is in descending order.