Ejercicio P2P opcional Tema 5

<!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>

<nav>

    <ul>

        <li>Men 1</li>

        <li>Men 2</li>

        <li>Men 3</li>

    </ul>

</nav>

<article>

    <h1>Titular de nivel 1</h1>

    <p>Contenido de la pgina</p>

</article>

<footer>Pie de pgina</footer>

</body>

</html>

html
head
body
title
header
nav
article
footer
img
ul
h1
p
li
li
li
 __________________
↓                                  ↓
 ________________________________
↓                ↓                     ↓                      ↓
 ________
↓               ↓
 _____________
↓           ↓            ↓
|
|
¡
¡