xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<h1>Basic ol element example</h1>
<ol reversed start="4">
<li>first item</li>
<li>second item</li>
<li>third item</li>
</ol>
</body>
</html>
<ol>