Definition Lists
<dl>
<dt>Term</dt>
<dd>Definition</dd>
</dl>
<dt>Term</dt>
<dd>Definition</dd>
</dl>
The <dl> tag begins the definition list. The <dt> tag is used for the term you are defining, and the <dd> tag for its definition. You do not need to include a definition for every term you specify.


