Esta página foi traduzida do inglês pela comunidade.Saiba mais e junte-se à comunidade MDN Web Docs.
<dt>
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since julho de 2015.
Sumário
O elementoHTML<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 contentFlow 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 theHTMLSpanElement interface for this element.
In this article
Atributos
Este elemento inclui somenteatributos globais.
Exemplo
Para exemplo vejadefinição de lista.
Especificações
| Specification |
|---|
| HTML> # the-dt-element> |