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/title/index.html | 54 ----------------------------- 1 file changed, 54 deletions(-) delete mode 100644 files/es/web/html/elemento/title/index.html (limited to 'files/es/web/html/elemento/title/index.html') 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 ---- -

 

- -

Definición

- -

Indica el título del documento.

- -
-
Sus etiquetas son: <title> y </title> (ambas obligatorias)
-
- -
-
Crea una caja:
-
- -
-
Está definido como: Elemento de contenido de cabecera.
-
- -
-
Puede contener: texto y entidades de caracteres, pero no puede contener código.
-
- -
Atributos Genéricos
- -
-
Idioma: lang (información sobre el idioma), dir (dirección del texto)
-
- -
Atributos Específicos - No tiene.
- -
Atributos Transicionales - No tiene.
- -

Ejemplos

- -
<head>
-<title>Ejemplo de uso del elemento title</title>
-... otros elementos de cabecera...
-</head>
-
- -

Comentarios

- -

Todos los documentos deben tener un título, por lo tanto este elemento es obligarorio y debe estar ubicado dentro del elemento head.

- -

El contenido de title suele ser mostrado en la barra de título de la ventana del navegador

-- cgit v1.2.3-54-g00ecf