Sunteți pe pagina 1din 2

<!

DOCTYPE html>
<html lang="es">
<head>
<title>MI PRIMERA WEB</title>
</head>
<body>
<header>

</header>
<nav>

</nav>
<section>
<aside>

</aside>
<article>

</article>
<article>

</article>
</section>
<footer>
</footer>
</body>
</html>

<!DOCTYPE html>
<html lang="es">
<head>
<title>MI PRIMERA WEB</title>
</head>
<body>
<header>
<h1>Titulo del header</h1>
</header>
<nav>
<ul>
<li>Acceso1</li>
<li>Acceso2</li>
<li>Acceso3</li>
</ul>
</nav>
<section>
<h2>Titulo del section</h2>
<aside>
<h2>Contenido del aside</h2>
</aside>
<article>
<h2>Titulo del article</h2>
<p>Contenido del article</p>
</article>
<article>
<h2>Titulo del article</h2>
<p>Contenido del article</p>
</article>
</section>
<footer>
<h3>Contenido del footer</h3>
</footer>
</body>
</html>

S-ar putea să vă placă și