Last active
March 24, 2017 11:36
-
-
Save eliabeleal/28b7eada75a1371238bba6cabedfea43 to your computer and use it in GitHub Desktop.
Estrutura semântica do HTML
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
<div id = header> | |
<!-- Conteúdo do cabeçalho --> | |
</div> | |
<div id = nav> | |
<!-- Conteúdo de navegação --> | |
</div> | |
<div id = article> | |
<!-- Conteúdo do artigo --> | |
</div> | |
<div id = footer> | |
<!-- Conteúdo do rodapé --> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment