Desarrollo en HTML5, CSS y Javascript de Apps Web, Android, IOS... (6.ª ed.)

Esquema de Árbol de un documento HTML

Esquema de Árbol y Documento HTML:

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Ejercicio opcional árbol</title>
</head>
<body>
<header>
    <img src="firefox-os.png" alt="FirefoxOS Logo" width="200"
height="164">
</header>
<article>
    <h1>Titular de nivel 1</h1>
    <p>Contenido de la página</p>
</article>
<footer>Pie de página</footer>
</body>
</html>
imagen de la pá