DT Element

Syntax:

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

Example:


<DL>
<DT>DOG</DT>
<DD> Medium sized furry animal. Often chases small furry animals.</DD>
</DL>
DOG.
Medium sized furry animal. Often chases small furry animals.