If we want to list something in descending order, we just add the attribute reversed to the <ol> tag and voilà!

<html>
<body><ol type="I" reversed><li>Harry</li><li>Hermione</li><li>Ron</li></ol></body>
</html>
]]>

There! Pretty handy if we ever need a countdown, no?

Make sure that the attribute reads reversed.