Html Lists
html three types of lists is there are
1.ORDER LIST
order list or used to create list of item that in an ordered list is represented by a number or another marker
ex
<ol>
<li>first item</li>
<li>second item</li>
<li>therd item</li>
2.UNORDERLIST
unor...
htmlclass.hashnode.dev1 min read