Lists
HTML supports several elements for making lists.
They can be divided into two types:
- Glossary lists - denoted by the element
<DL>
- 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.