What does the reversed attribute do in an ordered list?
reversed
<ol reversed> <li>Item</li> </ol>
Creates a mirror image of the list
Starts list numbering in descending order
Reverses the order of list items
Reverses the text in each list item