

InterviewSolution
Saved Bookmarks
1. |
4.What is HTML? How many types of list in HTML? |
Answer» three list typesThere are three list TYPES in HTML: 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.Explanation:Hope that helps you |
|