HTML Reference Guide
DD
<DD
CLASS=type
ID=value
STYLE=css1 properties>
Indicates that the following text is a definition of a term, and therefore should be displayed in the right-hand column of a definition list.
- CLASS=type
- Indicates the class to which the element belongs.
- ID=value
- Specifies a unique value for the element over the document.
- STYLE=css1 properties
- Specifies style information.
Example
<DL><DT>Cat<DD>A small domesticated mammal.
<DT>Lizard<DD>A reptile generally found in dry areas.</DL>