HTML <dt>
query_builder | Christopher PisaniThe HTML element <dt> forms part of the <dl>(description list) element and the <dd>(description definition) element. The <dt> element will mark a title / term which will be followed by <dd> with it's description.
<p>Please use the following paint colors for the new house:</p>
<dl>
<dt>Denim (semigloss finish)</dt>
<dd>Ceiling</dd>
<dt>Denim (eggshell finish)</dt>
<dt>Evening Sky (eggshell finish)</dt>
<dd>Layered on the walls</dd>
</dl>
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.