An ordered list displays a list of numbered items.
We define an ordered list with the <ol> and </ol> tags. We add items by placing text between the <li> and </li> tags.
<ol>
</ol>
<li>
</li>