Name
Definition Term
Description
Used in the Definition List tag (DL), this tag is used
to add a term into the list.
Attributes
Related Tags
The DT tag is used within the DL tag. Used in
conjunction with the DD 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:19:13 PM +0100.
|