HTML Lists:
HTML lists are used to display related information in an easy-to-read and concise way as lists.
Unordered List:
The unordered list is used to represent data in a list for which the order of items does not matter.
Ordered List:
The ordered list is used to represent data in a list for which the order of items has significance.
Description List
The HTML description list is used to represent data in the name-value form. We use the dl tag to create a definition list and each item of the description list has two elements:
term/title - represented by the dt tag
description of the term - represented by the dd tag