Description lists are lists used for any type of name/value pars, such as terms and their definitions, questions and answers, etc.
<dl>
<dt>Name 1</dt>
<dd>Definition 1</dd>
<dt>Name 2</dt>
<dd>Definition 2</dd>
<dt>Name 3</dt>
<dd>
<p>Definition 3.</p>
<p>And more details about definition 3.</p>
<p>This is a third paragraph.</p>
</dd>
</dl>