aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/elemento/sup/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/html/elemento/sup/index.html')
-rw-r--r--files/es/web/html/elemento/sup/index.html110
1 files changed, 110 insertions, 0 deletions
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
+---
+<p>El <strong>elemento HTML</strong> &lt;sup&gt; 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">&lt;</span>p</span><span class="punctuation token">&gt;</span></span>Este texto es <span class="tag token"><span class="tag token"><span class="punctuation token">&lt;</span>sup</span><span class="punctuation token">&gt;</span></span>superíndice<span class="tag token"><span class="tag token"><span class="punctuation token">&lt;/</span>sup</span><span class="punctuation token">&gt;</span></span><span class="tag token"><span class="tag token"><span class="punctuation token">&lt;/</span>p</span><span class="punctuation token">&gt;</span></span></code></pre>
+
+<h4 id="Resultado">Resultado</h4>
+
+<p>Este texto es <sup>superíndice</sup></p>
+
+<pre class="brush: html">&lt;p&gt;Notas al pie&lt;sup&gt;<sup>1</sup>&lt;/sup&gt;&lt;/p&gt;
+</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 '&lt;sub&gt; and &lt;sup&gt;' 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 '&lt;sub&gt; and &lt;sup&gt;;' 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">&lt;sub&gt;</a> produce subíndices. Tenga en cuenta que no puedes usar &lt;sup&gt;  y &lt;sub&gt;  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>&lt;msub&gt;</code></a>, <a href="https://developer.mozilla.org/en-US/docs/MathML/Element/msup" title="en/MathML/Element/msup"><code>&lt;msup&gt;</code></a>, y <a href="https://developer.mozilla.org/en-US/docs/MathML/Element/msubsup" title="en/MathML/Element/msubsup"><code>&lt;msubsup&gt;</code></a> .</li>
+</ul>
+
+<p>{{HTMLRef}}</p>