Created
April 27, 2016 19:21
-
-
Save LennonSantos/6ca270e49a5b779c19ce688312958a7d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<header>Cabeçalho</header> | |
<nav>Menu de navegação</nav> | |
<section> | |
Seção | |
<article> | |
Artigo | |
</article> | |
</section> | |
<aside> Lateral </aside> | |
<footer> Rodapé </footer> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment