Saved Bookmarks
| 1. |
Q8. What do you mean by list in HTML? |
|
Answer» A definition list is a list of terms and corresponding definitions. Definition lists are typically formatted with the term on the left with the definition following on the right or on the next line. The definition text is typically indented with respect to the term.There are three list types in HTML: 1)unordered list — used to group a set of related items in no particular order.2)ordered list — used to group a set of related items in a specific order.3)description list — used to display name/value pairs such as terms and definitions. |
|