DD Element

Syntax:

<DD> ... </DD>
NOTE: DD is always used inside of DL.

Example:


<DL>
<DT>This is the term</DT>
<DD> This is the definition of the term.</DD>
</DL>
This is the term
This is the definition of the term.