Put the tags into their correct position. Make sure to add the list items tags inside the ordered list tags.
Start with <ol>, then add <li> and </li>, and close the list with </ol>.
<ol>
<li>
</li>
</ol>