Movatterモバイル変換


[0]ホーム

URL:


  1. Tecnologia Web para desenvolvedores
  2. HTML: Linguagem de Marcação de Hipertexto
  3. Referência HTML
  4. Elementos HTML
  5. <dt>

Esta página foi traduzida do inglês pela comunidade.Saiba mais e junte-se à comunidade MDN Web Docs.

View in EnglishAlways switch to English

<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 interfaceHTMLElement Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements theHTMLSpanElement interface for this element.

Atributos

Este elemento inclui somenteatributos globais.

Exemplo

Para exemplo vejadefinição de lista.

Especificações

Specification
HTML
# the-dt-element

Navegadores compatíveis

Veja também

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp