

InterviewSolution
Saved Bookmarks
1. |
Explain how list can be defined in HTML document by giving suitable example. |
Answer» Q1) Explain how list can be DEFINED in HTML document by GIVING suitable example.Ans1) - 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. Each list type has a specific purpose and meaning in a web page.Explanation: |
|