Lists can have any number of list items. To add to the list, place additional list items between the <ol> and </ol> tags.
<ol>
</ol>
Make sure to place the list item between <li> and </li>.
<li>
</li>