HTML Lists: Ordered and Unordered
HTML provides three types of lists: unordered, ordered, and description lists. Lists are used to store data or information in web pages in ordered or unordered form. The following are the tags used to create lists in HTML:
<ul>: Used to create an un...
techdiamond591.hashnode.dev2 min read