An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.
<ol>
<li>
Example:
<ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
This will render as: