<dt>
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
HTMLElement
Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the HTMLSpanElement interface for this element.
Atributos
Este elemento inclui somente atributos globais.
Exemplo
Para exemplo veja definição de lista.
Especificações
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of '<dt>' in that specification. |
Padrão em tempo real | |
HTML5 The definition of '<dt>' in that specification. |
Recomendação | |
HTML 4.01 Specification The definition of '<dt>' in that specification. |
Recomendação |
Navegadores compatíveis
Estamos convertendo nossos dados de compatibilidade para o formato JSON.
Esta tabela de compatibilidade ainda usa o formato antigo,
pois ainda não convertemos os dados que ela contém.
Descubra como você pode ajudar!
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) |