Home → References → HTML Tags →
HTML Tag: dd
Definition description. Used in conjunction with dl to define a definition list and dt, to define the term linked with the description.
HTML Dog is hosted by Titan Internet
Required Attributes
- None.
Optional Attributes
Example
<dl>
<dt>Dog</dt>
<dd>A carnivorous mammal of the family Canidae.</dd>
</dl>

