Working with lists in HTML
When creating a webpage you will often need to list items, HTML gives room for this to happen.
we have two types of lists in HTML, ordered and unordered List
Ordered list
you can use this when your list must follow a particular other like 1,2,3,4...
...
ritechoice23.hashnode.dev1 min read