Lists dominate every aspect of our daily lives. As an illustration, we buy things when we shop. We receive a bill from the shopkeeper that includes a list of every item we purchased. Similar to this, lists are used by web designers to present the info.
The data is shown in an ordered and unordered format using HTML lists. One or more list elements are present in a list.
There are three types of HTML lists:
- An unordered list.
- An ordered list.
- A definition list.
Unorganized List:
Items on this list will be listed with bullets.
An Ordered List:
A list that is numbered will be considered ordered. Roman numerals and other sorts of numbers can be used.
A definition list:
The entries in this list will be arranged in a dictionary-like fashion.