<dl>
The
dl
element
represents an association list consisting of zero or more name-value groups (a description
list). A name-value group consists of one or more names (
dt
elements) followed by one or more values (
dd
elements), ignoring any nodes other than
dt
and
dd
elements. Within a single
dl
element, there should not be more than one
dt
element for each name.