For lists to be displayed correctly, the list items need to be inside the ordered list element.
Order the lines to put the list item in its proper place.
Make sure the list item, <li>Tortoise</li>, is between <ol> and </ol>.
<li>Tortoise</li>
<ol>
</ol>