Home

Chapter 4: List

HTML lists allow web developers to group a set of related items in lists. There are 3 type of list in HTML: 1. Ordered List (<ol>), 2. Unordered List (<ul>), 3. Defination or Description List (<dl>)

Tags we are going to learn in this page:

  1. ol (Ordered List)
  2. ui (Unordered List)
  3. li (List Item)
  4. dl (Description List)
  5. dt (Description Term)
  6. dd (Description Details)

Explantion of the topics:

  1. Ordered List:


  2. Unordered List


  3. Description List