Resources Menu


Quick Reference Sheets for Webmasters

Quick Reference sheets are packed full of useful information for all webmasters.

HTML Reference Sheet

HTML Tag List


<dd>
This tag defines the description of a term in a definition list. Visually, in most browsers, the definition will appear indented under the definition.

Attributes
none
example:
<dl>
<dt>Definition</dt>
<dd>Definition description</dd>
</dl>