aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/elemento/tt/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/html/elemento/tt/index.html')
-rw-r--r--files/es/web/html/elemento/tt/index.html58
1 files changed, 0 insertions, 58 deletions
diff --git a/files/es/web/html/elemento/tt/index.html b/files/es/web/html/elemento/tt/index.html
deleted file mode 100644
index 3bdd50de49..0000000000
--- a/files/es/web/html/elemento/tt/index.html
+++ /dev/null
@@ -1,58 +0,0 @@
----
-title: tt
-slug: Web/HTML/Elemento/tt
-tags:
- - HTML
- - 'HTML:Elemento'
- - Todas_las_Categorías
-translation_of: Web/HTML/Element/tt
----
-<p> </p>
-
-<h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3>
-
-<p>Muestra el texto marcado con una fuente de ancho fijo.</p>
-
-<dl>
- <dd><strong>Sus etiquetas son</strong>: &lt;tt&gt; y &lt;/tt&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_estilo_de_fuente">Elemento de estilo de fuente</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;
- Texto normal y... &lt;tt&gt;Texto con formato teletipo&lt;/tt&gt;
- &lt;/p&gt;
-</pre>
-
-<h3 id="Comentarios" name="Comentarios">Comentarios</h3>
-
-<p><span class="comment">de momento no funciona </span></p>