Ordered HTML lists
Create ordered lists using the <ol>
tag. Items of ordered lists are numbered, and this type of list is the best option when the order of items is important — for example, in step-by-step instructions. Just like in unordered lists, you need to use <li>
tags in ordered lists to define list items. The numbering of items in an ordered list starts with 1 by default.[1]