<ol>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
<li>List Item 4</li>
<li>List Item 5</li>
</ol>
Notice how once again, we don’t specify the numbering for each list item, but our browser displays the numbers by default.
We can modify how our numbering scheme is displayed by using the type attribute on the opening <ol> tag. We can use the following values to alter the appearance of the numbers:
We can also modify the number from which you would like the ordering to start from by using the ‘start’ attribute as seen below.