how to code ordered lists html code example
Example 1: html ordered list
<ol>
<lh>ol Header</lh>
<li>Item One</li>
<li>Item Two</li>
<li>Item Thre</li>
</ol>
Example 2: ordered lists html
<ol>
<li>Playing Chess</li>
<li>Coding</li>
<li>Learning math</li>
</ol>