Creates an ordered list. This tag is used together with list item(li) element to define each list item. Block-level element
<ol attributes> ... </ol>
<ol> <li>Ordered item 1</li> ... </ol>