diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:50 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:50 +0100 |
commit | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (patch) | |
tree | 5032e6779a402a863654c9d65965073f09ea4182 /files/es/web/html/elemento/var | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.tar.gz translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.tar.bz2 translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.zip |
unslug es: move
Diffstat (limited to 'files/es/web/html/elemento/var')
-rw-r--r-- | files/es/web/html/elemento/var/index.html | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/files/es/web/html/elemento/var/index.html b/files/es/web/html/elemento/var/index.html deleted file mode 100644 index dd29c31159..0000000000 --- a/files/es/web/html/elemento/var/index.html +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: var -slug: Web/HTML/Elemento/var -tags: - - HTML - - 'HTML:Elemento' - - Todas_las_Categorías -translation_of: Web/HTML/Element/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>: <var> y </var> (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"><p> -el bucle no se detendrá hasta que <var>Faltan</var> sea igual a 0. -</p> -</pre> |