ol-reversed-3.html (96B)
1 <!DOCTYPE html> 2 <ol reversed start="1"> 3 <li>One</li> 4 <li>Zero</li> 5 <li>Neg-One</li> 6 </ol>