Skip to content

Instantly share code, notes, and snippets.

@YoneMoreno
Created November 6, 2017 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YoneMoreno/661aa4be45e6ca7ea27334f9c639bf3d to your computer and use it in GitHub Desktop.
Save YoneMoreno/661aa4be45e6ca7ea27334f9c639bf3d to your computer and use it in GitHub Desktop.
Indice HTML5
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<header>
<nav> //elementos de la abrra superior Mi Perfil, Evenetos</nav>
</header>
<main> //Contenido principal para el motor de búsqueda
<article> //Le dice al motor de busqueda que el contenido es muy importante
<section></section> //Agrupación lógica de contenido relacionado
<aside></aside> //Contenido adicional de la página el motor de búsqueda lo ve como secundario
</article>
</main>
<footer>
<nav> //Elementos de la barra inferior Aviso Legal, copyright</nav>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment