Lists
The two common types of list are ordered and unordered.
Ordered |
Unordered |
These both require the use of the list tag
<li> |
The other type of list is the definiton list
Definition |
The definition list uses the following tags
<dt> |
<dd> |