For technical reasons, the title of this article is not the text used to call this API. Instead, use dd
The dd element represents the description, definition, or value, part of a term-description group in a definition list (dl).
A dt (topic) is usually followed by one or more ****dd**** (definition) elements. Several consecutive dt are attributed to the ****dd**** element that immediately follows the group.
Overview Table## Examples
The example shows a simple definition list with two item/description pairs.
<dl>
<dt>Coffee</dt>
<dd>A popular hot drink.</dd>
<dt>Coca Cola</dt>
<dd>One of the leading brands of a popular cold fizzy drink.</dd>
</dl>
The example shows a definition list with a single item but multiple descriptions for that item.
<dl>
<dt>Coffee</dt>
<dd>A popular hot drink.</dd>
<dd>A mid brown colour</dd>
<dd>A common social invitation</dd>
</dl>
The example shows a definition list with a single description and multiple items fitting that description.
<dl>
<dt>Coffee</dt>
<dt>Tea</dt>
<dt>Vimto (in the North of England)</dt>
<dd>A popular hot drink.</dd>
</dl>
Typical browser default CSS properties for the dd element.
display: block;
margin-left: 40px;
Notes
While HTMLDTElement is the defined DOM interface for this element, most browsers currently use HTMLElement instead.
Related specifications}
AttributionsMicrosoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4