The <dt>
specifies a term in a description or definition list, and as such must be used inside a <dl>
element. It is usually followed by a <dd>
element; however, multiple <dt>
elements in a row indicate several terms that are all defined by the immediate next <dd>
element.
The subsequent <dd>
(Description Details) element provides the definition or other related text associated with the term specified using <dt>
.
Content categories | None. |
---|---|
Permitted content |
Flow content, but with no <header> , <footer> , sectioning content or heading content descendants. |
Tag omission | Must have a start tag. The end tag may be omitted if this element is immediately followed by another <dd> element, or if there is no more content in the parent element. |
Permitted parents | Before a <dt> or a <dd> element, inside a <dl> or (in WHATWG HTML) a <div> that is inside a <dl> . |
Permitted ARIA roles | None |
DOM interface |
HTMLElement Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the HTMLSpanElement interface for this element. |
This element only includes the global attributes.
For an example, see the example provided for the <dl>
element.
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of '<dt>' in that specification. | Living Standard | |
HTML5 The definition of '<dt>' in that specification. | Recommendation | |
HTML 4.01 Specification The definition of '<dt>' in that specification. | Recommendation |
Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | Yes | Yes | 1 | Yes | Yes | Yes |
Feature | Android webview | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
---|---|---|---|---|---|---|---|
Basic support | Yes | Yes | Yes | 4 | Yes | Yes | Yes |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dt