DD
DD element is a part of the DL, 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>Results
<DT>Q2
<DD>Results
<DT>Q3
<DD>Results
</DL>