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/sup/index.html | 110 ------------------------------ 1 file changed, 110 deletions(-) delete mode 100644 files/es/web/html/elemento/sup/index.html (limited to 'files/es/web/html/elemento/sup') diff --git a/files/es/web/html/elemento/sup/index.html b/files/es/web/html/elemento/sup/index.html deleted file mode 100644 index 51f98765f1..0000000000 --- a/files/es/web/html/elemento/sup/index.html +++ /dev/null @@ -1,110 +0,0 @@ ---- -title: sup -slug: Web/HTML/Elemento/sup -tags: - - HTML - - 'HTML:Elemento' - - Todas_las_Categorías -translation_of: Web/HTML/Element/sup ---- -

El elemento HTML <sup> define un fragmento de texto que se debe mostrar, por razones tipográficas, más alto, y generalmente más pequeño, que el tramo principal del texto, es decir, en superíndice.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Categorías de contenidoContenido dinamíco(Flow content) y contenido estático o de texto(phrasing content)
Contenido permitidocontenido estático o de texto
Omisión de etiquetasNinguna, tanto la etiqueta de apertura y cierre deben estar presentes
Elementos padre permitidosCualquier elemento que acepte contenido estático o de texto
Roles ARIA permitidosCualquiera
Interfaz DOMHTMLElement
- -

Atributos

- -

Este elemento sólo incluye los atributos globales.

- -

Notas de uso

- - - -

Ejemplos

- -
<p>Este texto es <sup>superíndice</sup></p>
- -

Resultado

- -

Este texto es superíndice

- -
<p>Notas al pie<sup>1</sup></p>
-
- -

Resultado

- -

Notas al pie1

- -

Especificaciones

- - - - - - - - - - - - - - - - - - - - - -
EspecificacionesEstadoComentario
HTML Living Standard
- The definition of '<sub> and <sup>' in that specification.
Living Standard 
HTML5
- The definition of '<sub> and <sup>;' in that specification.
Recommendation 
- -

Compatibilidad navegadores

- - - -

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

- -

Ver también

- - - -

{{HTMLRef}}

-- cgit v1.2.3-54-g00ecf