Esta tradução está incompleta. Ajude atraduzir este artigo.
Sumário
O elemento HTML <dt> (ou Elemento HTML de Definição de Termo) identifica um termo na lista de definição. Este elemento pode ocorrer somente em um elemento filho de <dl>. Geralmente seguido por um elemento <dd>; ou multiplos <dt> na mesma linha indicam vários termos sendo definidos pelo próximo element <dd>.
- Content categories Vazio.
- Permitted contentFIXME: 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 parent elements Before a
<dt>or a<dd>element, inside a<dl>. - DOM interface
HTMLElementUp to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the HTMLSpanElement interface for this element.
Atributos
Este elemento inclui somente atributos globais.
Exemplo
Veja o exmplo de definição de lista.
Especificações
| Specification | Status | Comment |
|---|---|---|
| WHATWG 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 |
Navegadores compatíveis
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
|---|---|---|---|---|---|
| Basic support | 1.0 | (Yes) | (Yes) | (Yes) | (Yes) |
| Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|
| Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |