Name
Definition List
Description
Used to define a list of definitions. Within this tag, the DT
(Definition Term) and DD (Definition Description) tags are
used.
Attributes
Related Tags
The DT and DD tags are used within
this tag.
Example
Code
<dl>
<dt>Telephone</dt>
<dd>A device used to communicate with people over long distances.</dd>
</dl>
Generates
- Telephone
- A device used to communicate with people over long distances.
© Martin Allen 1999 - 2006. Last updated Tuesday 03 October 2006 07:17:43 PM +0100.
|