--- title: sup slug: Web/HTML/Element/sup tags: - HTML - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/sup original_slug: Web/HTML/Elemento/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 contenido | Contenido dinamíco(Flow content) y contenido estático o de texto(phrasing content) |
|---|---|
| Contenido permitido | contenido estático o de texto |
| Omisión de etiquetas | Ninguna, tanto la etiqueta de apertura y cierre deben estar presentes |
| Elementos padre permitidos | Cualquier elemento que acepte contenido estático o de texto |
| Roles ARIA permitidos | Cualquiera |
| Interfaz DOM | HTMLElement |
Este elemento sólo incluye los atributos globales.
vertical-align para lograr el mismo efecto.<p>Este texto es <sup>superíndice</sup></p>
Este texto es superíndice
<p>Notas al pie<sup>1</sup></p>
Notas al pie1
| Especificaciones | Estado | Comentario |
|---|---|---|
| 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 |
{{Compat("html.elements.sup")}}
![]()
<msub>, <msup>, y <msubsup> .{{HTMLRef}}