diff options
Diffstat (limited to 'files/es/web/html/elemento/title/index.html')
-rw-r--r-- | files/es/web/html/elemento/title/index.html | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/files/es/web/html/elemento/title/index.html b/files/es/web/html/elemento/title/index.html deleted file mode 100644 index 978149f8a6..0000000000 --- a/files/es/web/html/elemento/title/index.html +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: title -slug: Web/HTML/Elemento/title -tags: - - HTML - - 'HTML:Elemento' - - Todas_las_Categorías -translation_of: Web/HTML/Element/title ---- -<p> </p> - -<h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> - -<p>Indica el título del documento.</p> - -<dl> - <dd><strong>Sus etiquetas son</strong>: <title> y </title> (ambas obligatorias)</dd> -</dl> - -<dl> - <dd><strong>Crea una caja</strong>:</dd> -</dl> - -<dl> - <dd><strong>Está definido como</strong>: <a href="es/HTML/Elemento/Tipos_de_elementos#contenido_de_cabecera">Elemento de contenido de cabecera</a>.</dd> -</dl> - -<dl> - <dd><strong>Puede contener</strong>: texto y entidades de caracteres, pero no puede contener código.</dd> -</dl> - -<h5 id="Atributos_Gen.C3.A9ricos" name="Atributos_Gen.C3.A9ricos">Atributos Genéricos</h5> - -<dl> - <dd><strong>Idioma</strong>: lang (información sobre el idioma), dir (dirección del texto)</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><head> -<title>Ejemplo de uso del elemento title</title> -... otros elementos de cabecera... -</head> -</pre> - -<h3 id="Comentarios" name="Comentarios">Comentarios</h3> - -<p>Todos los documentos deben tener un título, por lo tanto este elemento <strong>es obligarorio</strong> y debe estar ubicado dentro del elemento head.</p> - -<p>El contenido de title suele ser mostrado en la barra de título de la ventana del navegador </p> |