From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/es/web/html/elemento/sup/index.html | 110 ++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 files/es/web/html/elemento/sup/index.html (limited to 'files/es/web/html/elemento/sup/index.html') diff --git a/files/es/web/html/elemento/sup/index.html b/files/es/web/html/elemento/sup/index.html new file mode 100644 index 0000000000..51f98765f1 --- /dev/null +++ b/files/es/web/html/elemento/sup/index.html @@ -0,0 +1,110 @@ +--- +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