From a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:46:50 +0100 Subject: unslug es: move --- files/es/web/html/elemento/var/index.html | 54 ------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 files/es/web/html/elemento/var/index.html (limited to 'files/es/web/html/elemento/var') 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 ---- -
{{HTMLRef}}
- -

Definición

- -

Marca variables de programas y similares.

- -
-
Sus etiquetas son: <var> y </var> (ambas obligatorias)
-
- -
-
Crea una caja: en linea.
-
- -
-
Está definido como: Elemento de frase.
-
- -
-
Puede contener: cero o más elementosen linea
-
- -
Atributos Genéricos
- - - -
-
Identificadores: id, class (identificadores a nivel de documento)
-
Idioma: lang (información sobre el idioma), dir (dirección del texto)
-
Eventos: onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.
-
- -
Atributos Específicos - No tiene.
- -
Atributos Transicionales - No tiene.
- -

Ejemplos

- -
<p>
-el bucle no se detendrá hasta que <var>Faltan</var> sea igual a 0.
-</p>
-
-- cgit v1.2.3-54-g00ecf