HTML List
HTML list is used to express a group of related data within the list. It is categorized into three parts.
- Unordered list
- Ordered List
- Description list
An unordered list starts with the <ul> tag and end with closing with </ul> tag while as each list item exit within <li> tag.