Logo

My amazing HTML site

HTML lists page

Lists are used to group related pieces of information together, 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.

There are three types of HTML List, depending on the type of data one is trying to structure and describe; these being related key points with hierarchy, related key points without hierarchy and terms and definitions (often used for acronyms).

Unordered Lists

Ordered Lists

  1. List Item
  2. List Item
  3. List Item
  4. List Item

Definition Lists

Tiger
Stripped Cat from Asia
Panther
Black cat from North America
Lion
Cat with mane from Africa
Chocolate Bar

Nesting Lists