aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/element/var/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/html/element/var/index.html')
-rw-r--r--files/es/web/html/element/var/index.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/files/es/web/html/element/var/index.html b/files/es/web/html/element/var/index.html
new file mode 100644
index 0000000000..910926099c
--- /dev/null
+++ b/files/es/web/html/element/var/index.html
@@ -0,0 +1,55 @@
+---
+title: var
+slug: Web/HTML/Element/var
+tags:
+ - HTML
+ - HTML:Elemento
+ - Todas_las_Categorías
+translation_of: Web/HTML/Element/var
+original_slug: Web/HTML/Elemento/var
+---
+<div>{{HTMLRef}}</div>
+
+<h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3>
+
+<p>Marca variables de programas y similares.</p>
+
+<dl>
+ <dd><strong>Sus etiquetas son</strong>: &lt;var&gt; y &lt;/var&gt; (ambas obligatorias)</dd>
+</dl>
+
+<dl>
+ <dd><strong>Crea una caja</strong>: <a href="es/HTML/Elemento/Tipos_de_elementos#en_linea">en linea</a>.</dd>
+</dl>
+
+<dl>
+ <dd><strong>Está definido como</strong>: <a href="es/HTML/Elemento/Tipos_de_elementos#de_frase">Elemento de frase</a>.</dd>
+</dl>
+
+<dl>
+ <dd><strong>Puede contener</strong>: cero o más elementos<a href="es/HTML/Elemento/Tipos_de_elementos#en_linea">en linea</a></dd>
+</dl>
+
+<h5 id="Atributos_Gen.C3.A9ricos" name="Atributos_Gen.C3.A9ricos">Atributos Genéricos</h5>
+
+<ul>
+ <li>title (título del elemento)</li>
+ <li>style (información de estilo en línea)</li>
+</ul>
+
+<dl>
+ <dd><strong>Identificadores</strong>: id, class (identificadores a nivel de documento)</dd>
+ <dd><strong>Idioma</strong>: lang (información sobre el idioma), dir (dirección del texto)</dd>
+ <dd><strong>Eventos</strong>: onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.</dd>
+</dl>
+
+<h5 id="Atributos_Espec.C3.ADficos_-_No_tiene." name="Atributos_Espec.C3.ADficos_-_No_tiene.">Atributos Específicos - No tiene.</h5>
+
+<h5 id="Atributos_Transicionales_-_No_tiene." name="Atributos_Transicionales_-_No_tiene.">Atributos Transicionales - No tiene.</h5>
+
+<h3 id="Ejemplos" name="Ejemplos">Ejemplos</h3>
+
+<pre class="eval">&lt;p&gt;
+el bucle no se detendrá hasta que &lt;var&gt;Faltan&lt;/var&gt; sea igual a 0.
+&lt;/p&gt;
+</pre>