1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
---
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
---
<p>El <strong>elemento HTML</strong> <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.</p>
<table class="properties">
<tbody>
<tr>
<th scope="row"><a href="https://developer.mozilla.org/en-US/docs/HTML/Content_categories" title="en/HTML/Content categories">Categorías de contenido</a></th>
<td><a href="https://developer.mozilla.org/es/docs/Web/Guide/HTML/categorias_de_contenido#Contenido_din%C3%A1mico">Contenido dinamíco</a>(Flow content) y <a href="https://developer.mozilla.org/es/docs/Web/Guide/HTML/categorias_de_contenido#Contenido_est%C3%A1tico_o_de_texto">contenido estático o de texto</a>(phrasing content)</td>
</tr>
<tr>
<th scope="row">Contenido permitido</th>
<td><a href="https://developer.mozilla.org/es/docs/Web/Guide/HTML/categorias_de_contenido#Contenido_est%C3%A1tico_o_de_texto">contenido estático o de texto</a></td>
</tr>
<tr>
<th scope="row">Omisión de etiquetas</th>
<td><font><font>Ninguna, tanto la etiqueta de apertura y cierre deben estar presentes</font></font></td>
</tr>
<tr>
<th scope="row">Elementos padre permitidos</th>
<td><font><font>Cualquier elemento que acepte contenido estático o de texto</font></font></td>
</tr>
<tr>
<th scope="row"><font><font>Roles ARIA permitidos</font></font></th>
<td><font><font>Cualquiera</font></font></td>
</tr>
<tr>
<th scope="row">Interfaz DOM</th>
<td><font><font><a href="https://developer.mozilla.org/es/docs/Web/API/HTMLElement" title="The HTMLElement interface represents any HTML element. Some elements directly implement this interface, others implement it via an interface that inherits it."><code>HTMLElement</code></a></font></font></td>
</tr>
</tbody>
</table>
<h2 class="highlight-spanned" id="Atributos"><span class="highlight-span">Atributos</span></h2>
<p>Este elemento sólo incluye los <a href="https://developer.mozilla.org/en-US/docs/HTML/Global_attributes">atributos globales</a>.</p>
<h2 class="highlight-spanned" id="Notas_de_uso"><span class="highlight-span">Notas de uso</span></h2>
<ul>
<li><font><font>Este elemento debe ser utilizado sólo por razones tipográficas, es decir, cambiar la posición del texto cambia su significado como en matemática </font></font> (por ejemplo la fórmula matemática <var>f<sup>4</sup></var>, aunque se debe considerar el uso de <a href="https://developer.mozilla.org/en-US/docs/Web/MathML">MathML</a>) <font><font>o en las abreviaturas francesas </font></font>(por ejemplo M<sup>lle</sup>, M<sup>me</sup> or C<sup>ie</sup>).</li>
<li>Este elemento también se puede encontrar siguiendo palabras o frases. Estas anotaciones indican una entrada bibliográfica y se conocen como "notas al pie."</li>
<li>Este elemento no debe ser utilizado para propósitos meramente visuales, como el estilo del logo del software<a class="external external-icon" href="https://es.wikipedia.org/wiki/LaTeX"> LaTeX</a> <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/9/92/LaTeX_logo.svg/1200px-LaTeX_logo.svg.png"><img alt="" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/92/LaTeX_logo.svg/1200px-LaTeX_logo.svg.png" style="height: 23px; vertical-align: bottom; width: 56px;"></a>. En ese caso debe usarse la propiedad de <a href="https://developer.mozilla.org/en-US/docs/CSS" title="en/CSS">CSS</a> <code>vertical-align</code> para lograr el mismo efecto.</li>
</ul>
<h2 class="highlight-spanned" id="Ejemplos"><span class="highlight-span">Ejemplos</span></h2>
<pre class="brush: html line-numbers language-html"><code class="language-html"><span class="tag token"><span class="tag token"><span class="punctuation token"><</span>p</span><span class="punctuation token">></span></span>Este texto es <span class="tag token"><span class="tag token"><span class="punctuation token"><</span>sup</span><span class="punctuation token">></span></span>superíndice<span class="tag token"><span class="tag token"><span class="punctuation token"></</span>sup</span><span class="punctuation token">></span></span><span class="tag token"><span class="tag token"><span class="punctuation token"></</span>p</span><span class="punctuation token">></span></span></code></pre>
<h4 id="Resultado">Resultado</h4>
<p>Este texto es <sup>superíndice</sup></p>
<pre class="brush: html"><p>Notas al pie<sup><sup>1</sup></sup></p>
</pre>
<h4 id="Resultado_2">Resultado</h4>
<p>Notas al pie<sup>1</sup></p>
<h2 class="highlight-spanned" id="Especificaciones"><span class="highlight-span">Especificaciones</span></h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Especificaciones</th>
<th scope="col">Estado</th>
<th scope="col">Comentario</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="external external-icon" href="https://html.spec.whatwg.org/multipage/semantics.html#the-sub-and-sup-elements" hreflang="en" lang="en">HTML Living Standard<br>
<small lang="es">The definition of '<sub> and <sup>' in that specification.</small></a></td>
<td><span class="spec-Living">Living Standard</span></td>
<td> </td>
</tr>
<tr>
<td><a class="external external-icon" href="http://www.w3.org/TR/html5/textlevel-semantics.html#the-sub-and-sup-elements" hreflang="en" lang="en">HTML5<br>
<small lang="es">The definition of '<sub> and <sup>;' in that specification.</small></a></td>
<td><span class="spec-REC">Recommendation</span></td>
<td> </td>
</tr>
</tbody>
</table>
<h2 id="Compatibilidad_navegadores">Compatibilidad navegadores</h2>
<p>{{Compat("html.elements.sup")}}</p>
<h2 id="Ver_también">Ver también</h2>
<ul>
<li>El elemento HTML <a href="https://developer.mozilla.org/es/docs/Web/HTML/Elemento/sub"><sub></a> produce subíndices. Tenga en cuenta que no puedes usar <sup> y <sub> ambos al mismo tiempo y necesita usar <a href="https://developer.mozilla.org/en-US/docs/MathML" title="en/MathML">MathML</a> para producir un superíndice y un subíndice al lado del símbolo químico de un elemento, que representa su número atómico y su número nuclear.
<p><img alt="" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/Element_identity.png/220px-Element_identity.png" style="height: 63px; width: 63px;"></p>
</li>
<li>Los elementos MathML<a href="https://developer.mozilla.org/en-US/docs/MathML/Element/msub" title="en/MathML/Element/msub"><code><msub></code></a>, <a href="https://developer.mozilla.org/en-US/docs/MathML/Element/msup" title="en/MathML/Element/msup"><code><msup></code></a>, y <a href="https://developer.mozilla.org/en-US/docs/MathML/Element/msubsup" title="en/MathML/Element/msubsup"><code><msubsup></code></a> .</li>
</ul>
<p>{{HTMLRef}}</p>
|