From a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:46:50 +0100 Subject: unslug es: move --- files/es/web/html/elemento/dt/index.html | 103 ------------------------------- 1 file changed, 103 deletions(-) delete mode 100644 files/es/web/html/elemento/dt/index.html (limited to 'files/es/web/html/elemento/dt/index.html') diff --git a/files/es/web/html/elemento/dt/index.html b/files/es/web/html/elemento/dt/index.html deleted file mode 100644 index 7cbf0c3182..0000000000 --- a/files/es/web/html/elemento/dt/index.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: dt -slug: Web/HTML/Elemento/dt -tags: - - Contenido agrupado HTML - - Definición - - Elemento - - HTML - - Lista de definiciones - - Referencia - - Término - - Término de definición - - dt - - listas -translation_of: Web/HTML/Element/dt ---- -
{{HTMLRef}}
- -

El  elemento HTML <dt> especifica un término en una descripción o lista de definiciones, y como tal debe utilizarse dentro de un elemento {{HTMLElement("dl")}} Es usualmente seguido por un elemento {{HTMLElement("dd")}}; sin embargo, múltiples elementos <dt>  en un renglón indican diferentes términos los cuales todos son definidos por el siguiente elemento {{HTMLElement("dd")}}.

- -

El subsecuente elemento {{HTMLElement("dd")}} (Detalles de la descripción) provee la definición u otro texto relacionado asociado con el término especificado utilizando <dt>.

- -
{{EmbedInteractiveExample("pages/tabbed/dt.html", "tabbed-standard")}}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Categorías de contenidoNinguno.
Contenido permitidoContenido de flujo, pero sin {{HTMLElement("header")}}, {{HTMLElement("footer")}}, contenido seccionado o encabezados descendientes de contenido.
Omisión de TagDebe tener un tag inicial. El tag final puede ser omitido si este elemento es seguido inmediatamente después por otro elemento <dd>,  o si no hay más contenido en el elemento padre.
Padres permitidosAntes de un elemento {{HTMLElement("dt")}} o elemento {{HTMLElement("dd")}}, dentro de un {{HTMLElement("dl")}} o (en WHATWG HTML) un {{HTMLElement("div")}} que esta dentro de un {{HTMLElement("dl")}}.
Roles ARIA permitidosNinguno
Interfaz DOM{{domxref("HTMLElement")}} Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the HTMLSpanElement interface for this element.
- -

Atributos

- -

Este elemento solo incluye los atributos globales.

- -

Ejemplo

- -

Para ver un ejemplo, vea el proveído por el elemento <dl>.

- -

Especificaciones

- - - - - - - - - - - - - - - - - - - - - - - - - - -
EspecificaciónEstatusComentario
{{SpecName('HTML WHATWG', 'semantics.html#the-dt-element', '<dt>')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'grouping-content.html#the-dt-element', '<dt>')}}{{Spec2('HTML5 W3C')}} 
{{SpecName('HTML4.01', 'struct/lists.html#h-10.3', '<dt>')}}{{Spec2('HTML4.01')}} 
- -

Compatibilidad del navegador

- - - -

{{Compat("html.elements.dt")}}

- -

Vea también

- - -- cgit v1.2.3-54-g00ecf