Definition description. It is used together with the definition list(dl) and the definition term(dt) elements to define the description of a specific term in a definition list. These three tags provide a standard ways of displaying terms and definitions. Inline element
<dd attributes> ... </dd>
<dl>
<dt>Hola:</dt>
<dd>Hello in spanish.</dd>
</dl>