What is list in HTML?
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Jay Upreti 4 years, 8 months ago
- 3 answers
Meghna Thapar 4 years, 8 months ago
Lists are used to group together related pieces of information so they are clearly associated with each other and easy to read. In modern web development, lists are workhorse elements, frequently used for navigation as well as general content.
Lists are good from a structural point of view as they help create a well-structured, more accessible, easy-to-maintain document. They are also useful because they provide specialized elements to which you can attach CSS styles. Finally, semantically correct lists help visitors read your web site, and they simplify maintenance when your pages need to be updated.
The three list types
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.
Related Questions
Posted by Adi Cha 1 month, 1 week ago
- 0 answers
Posted by Gursimran Dhillon 1 year, 2 months ago
- 1 answers
Posted by Rajveer Ghorpade 1 year, 2 months ago
- 0 answers
Posted by Pooja Gupta 1 year, 2 months ago
- 1 answers
Posted by Sumedh Roy 1 year, 2 months ago
- 1 answers
Posted by Harshada Kendre 1 year, 1 month ago
- 1 answers
Posted by Ariful Islam 1 year, 1 month ago
- 0 answers
Posted by Kanchan Devi 3 months ago
- 1 answers
Posted by Nisha Kumari 1 year, 2 months ago
- 1 answers
Posted by Ariful Islam 1 year, 1 month ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Jay Upreti 4 years, 7 months ago
0Thank You