What are the different types of lists supported by HTML5? Explain each one of them briefly.
Answers
Answered by
12
Answer:
- Ordered List
- Unordered List
- Description List
- Nested List
Answered by
17
Answer:
The three list types
unordered list — used to group a set of related items in no particular order.
ordered list — used to group a set of related items in a specific order.
description list — used to display name/value pairs such as terms and definitions.
Similar questions