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