Home → References → HTML Tags →
HTML Tag: dt
Definition term. Used in conjunction with dl to define a definition list and dd, to define the description linked with the term.
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>

