HTML lists are used to present list of the information in a proper list form. Basically, there are three different types of list in HTML and each one has a specific purpose and meaning.
Unordered list — Used to create a list of related items with no particular order.
Ordered list — Used to create a list of related items with a specific order.
Description list — Used to create a list of terms and their descriptions.
The main difference between Ordered and Unordered list are to display an element with ordered list like, 1,2,3 or a,b,c whereas for display an element of ordered list indicates with Circle, square, disc etc.
Here is an example of Ordered and Unordered list for better understanding :
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
HTML lists are used to present list of the information in a proper list form. Basically, there are three different types of list in HTML and each one has a specific purpose and meaning.
The main difference between Ordered and Unordered list are to display an element with ordered list like, 1,2,3 or a,b,c whereas for display an element of ordered list indicates with Circle, square, disc etc.
Here is an example of Ordered and Unordered list for better understanding :
Hope this information will be helpful for you.
Happy Coding!