ol-reversed-2.html (95B)
1 <!DOCTYPE html> 2 <ol reversed start="5"> 3 <li>Five</li> 4 <li>Four</li> 5 <li>Three</li> 6 </ol>