HTML lists are used to present a list of information in a well-formed and systematic way.
The list is nothing but a record of information.
HTML list has 3 different types:
Ordered List or Numbered List
Unordered List or Bulleted List
Description List or Definition List
HTML Ordered List or Numbered List:
If you want to put all your items in a numbered list then you can use the HTML ordered list.
The ordered list is created by using <ol> tag.
The list items start with <li> tag.
In the ordered list, the numbering starts from one and is incremented by one for each successive list element.
In HTML the description list or definition list is a list of items with a description of each item.
The <dl>, <dt> and <dd> tags are used to create description list. In description list <dl> tag defines the description list, <dt> tag defines data term and <dd> tag defines data definition or description.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok