How to create an ordered list using HTML5 ?
In this article, we define an ordered list by using the <ol> tag in the document, This tag is used for ordered list, an ordered list can be numerical or alphabetical. Inside the <ol> tag you have to make a list li of items that will follow the order. Syntax: <ol> <li>Item1