<!DOCTYPE html>
<html>
<body>
<h1>The ol reversed attribute</h1>
<ol reversed>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
<p><strong>Note:</strong> The reversed attribute of the ol tag is not supported in Edge prior version 79.</p>
</body>
</html>