<dd></dd>
Description
The <dd> tag is used to create a definition for a term in a defintion list. The data within the <dd> tags is indented. At least one definition should precede each definition term. (See
<dl>
and
<dt>
}
Code
<dd>YOUR TEXT HERE</dd>
Appearance
YOUR TEXT HERE