Lists



HTML supports several elements for making lists. They can be divided into two types:
  1. Glossary lists - denoted by the element <DL>
  2. Regular lists - denoted by the elements
Lists can be nested. Thus you can have a regular list within a regular list, a regular list within a glossary list, and so on.