InterviewSolution
Saved Bookmarks
| 1. |
What are the different types of list supported Html? |
|
Answer» There 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 it helpsPls mark as branliest |
|