Name
Definition Description
Description
Used in the Definition List tag (DL), this tag is used
to add a description to a term (usually underneath). The description is
indented.
Attributes
Related Tags
The DD tag is used within the DL tag.Used in conjunction
with the DT 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 Sunday 01 October 2006 07:21:04 PM +0100.
|