Está en la página 1de 13

<!

DOCTYPE>

html

<!DOCTYPE html>

<!DOCTYPE>

<!DOCTYPE>
<html>

lang

<html>
lang

<!DOCTYPE html>
<html lang="es">
</html>

<html>

lang
en es fr

<html>
<!DOCTYPE html>
<html lang="es">
<head>
</head>
</html>

<head>

<head>

<body>

<!DOCTYPE html>
<html lang="es">
<head>
</head>
<body>
</body>
</html>

<body>

<html>

<body> <html>
<head> <body> <head>
<html>

href

href

name content
charset

href rel media


type
sizes

<title>

<!DOCTYPE html>
<html lang="es">
<head>
<title>Este texto es el título del documento</title>
</head>
<body>

</body>
</html>

<title>

<title>

<title>

<meta>
charset

<!DOCTYPE html>
<html lang="es">
<head>
<title>Este texto es el título del documento</title>
<meta charset="utf-8">
</head>
<body>
</body>
</html>

<meta>

utf-8

<meta>

<meta> name
content

<!DOCTYPE html>
<html lang="es">
<head>
<title>Este texto es el título del documento</title>
<meta charset="utf-8">
<meta name="description" content="Este es un documento HTML5">
<meta name="keywords" content="HTML, CSS, JavaScript">
</head>
<body>
</body>
</html>

<meta>

<link>

<link>
rel icon href
type
sizes

<!DOCTYPE html>
<html lang="es">
<head>
<title>Este texto es el título del documento</title>
<meta charset="utf-8">
<meta name="description" content="Este es un documento HTML5">
<meta name="keywords" content="HTML, CSS, JavaScript">
<link rel="icon" href="imagenes/favicon.png" type="image/png"
sizes="16x16">
</head>
<body>
</body>
</html>

type <link>

text/html
image/jpeg image/png
<link>

rel

href

<!DOCTYPE html>
<html lang="es">
<head>
<title>Este texto es el título del documento</title>
<meta charset="utf-8">
<meta name="description" content="Este es un documento HTML5">
<meta name="keywords" content="HTML, CSS, JavaScript">
<link rel="stylesheet" href="misestilos.css">
</head>
<body>
</body>
</html>

<link>

<body>

<table>

<div> <div>
<table>

<div>
div
<header> <head>
<head>
<header>

<!DOCTYPE html>
<html lang="es">
<head>
<title>Este texto es el título del documento</title>
<meta charset="utf-8">
<meta name="description" content="Este es un documento HTML5">
<meta name="keywords" content="HTML, CSS, JavaScript">
<link rel="stylesheet" href="misestilos.css">
</head>
<body>
<header>
Este es el título
</header>
</body>
</html>

<header>
<header>

<nav>

<!DOCTYPE html>
<html lang="es">
<head>
<title>Este texto es el título del documento</title>
<meta charset="utf-8">
<meta name="description" content="Este es un documento HTML5">
<meta name="keywords" content="HTML, CSS, JavaScript">
<link rel="stylesheet" href="misestilos.css">
</head>
<body>
<header>
Este es el título
</header>
<nav>
Principal | Fotos | Videos | Contacto
</nav>
</body>
</html>

<nav>

<nav> <header>

<nav>

<main> <section>
<aside>

<section>
<aside>
<main>

<!DOCTYPE html>
<html lang="es">
<head>
<title>Este texto es el título del documento</title>
<meta charset="utf-8">
<meta name="description" content="Este es un documento HTML5">
<meta name="keywords" content="HTML, CSS, JavaScript">
<link rel="stylesheet" href="misestilos.css">
</head>
<body>
<header>
Este es el título
</header>
<nav>
Principal | Fotos | Videos | Contacto
</nav>
<main>
<section>
Artículos
</section>
<aside>
Cita del artículo uno
Cita del artículo dos
</aside>
</main>
</body>
</html>

<aside>
<article>

<!DOCTYPE html>
<html lang="es">
<head>
<title>Este texto es el título del documento</title>
<meta charset="utf-8">
<meta name="description" content="Este es un documento HTML5">
<meta name="keywords" content="HTML, CSS, JavaScript">
<link rel="stylesheet" href="misestilos.css">
</head>
<body>
<header>
Este es el título
</header>
<nav>
Principal | Fotos | Videos | Contacto
</nav>
<main>
<section>
<article>
Este es el texto de mi primer artículo
</article>
<article>
Este es el texto de mi segundo artículo
</article>
</section>
<aside>
Cita del artículo uno
Cita del artículo dos
</aside>
</main>
</body>
</html>

<article>

<footer>

<!DOCTYPE html>
<html lang="es">
<head>
<title>Este texto es el título del documento</title>
<meta charset="utf-8">
<meta name="description" content="Este es un documento HTML5">
<meta name="keywords" content="HTML, CSS, JavaScript">
<link rel="stylesheet" href="misestilos.css">
</head>
<body>
<header>
Este es el título
</header>
<nav>
Principal | Fotos | Videos | Contacto
</nav>
<main>
<section>
<article>
Este es el texto de mi primer artículo
</article>
<article>
Este es el texto de mi segundo artículo
</article>
</section>
<aside>
Cita del artículo uno
Cita del artículo dos
</aside>
</main>
<footer>
&copy; Derechos Reservados 2016
</footer>
</body>
</html>

<footer>

<footer>

<footer>
<header>

&copy;

&lt; &gt;
&amp; &quot; &apos; &pound;

También podría gustarte