A definition list is a list of terms and corresponding definitions.
The content of a <DL> element is a sequence of <DT> elements and/or <DD> elements, usually in pairs. Multiple <DT> may be paired with a single <DD> element. Documents should not contain multiple consecutive <DD> elements.
Example of use:
<DL> <DT>Term<DD>This is the definition of the first term. <DT>Term<DD>This is the definition of the second term. </DL>
ATTRIBUTES
CONTENT DECLARATION
Top Elements
All Elements
General Entities
Tree