HTML <dd>
query_builder | Christopher PisaniThe HTML <dd> element forms part of the <dl>(description list) element and the <dt>(description terms) element. The <dd> element describes the description, definition, or value for the terms<dt>.
Running the example may be better explained for its use
<p>Cryptids of Cornwall:</p>
<dl>
<dt>Beast of Bodmin</dt>
<dd>A large feline inhabiting Bodmin Moor.</dd>
<dt>Morgawr</dt>
<dd>A sea serpent.</dd>
<dt>Owlman</dt>
<dd>A giant owl-like creature.</dd>
</dl>
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.