HTML Definition List
The <dl></dl> tags create a list of definitions. What makes this so useful is the way it sets the term apart from it's definition.
Syntax
<DL compact>
<dt>
definition-term
</dt>
<dd>
definition-detail
</dd>
</DL>
Modifiers
- COMPACT
- Allows the term and definition to be on the same line.