DL
DL element is a part of the DD, DT elements used to create a definition list. The list is shown in brackets by the DL element. Each definition is shown by leading DT element tag and the definition for the term is denoted by a leading DD element. For Example:
<DL>
<DT>Q1
<DD>ResultsA
<DT>Q2
<DD>ResultsB
<DT>Q3
<DD>ResultsC
</DL>