This file contains hidden or 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
<header> | |
<!-- Algum conteúdo --> | |
</header> | |
<nav> | |
<!-- Links do menu --> | |
</nav> | |
<div role="main"> | |
<!-- Conteúdo da página --> | |
<!-- O uso da tag div com um atributo role, foi escolhido pois neste caso é entendido apenas como um container --> | |
</div> |
This file contains hidden or 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"> | |
<!-- Algum conteúdo --> | |
</div> | |
<div id="menu"> | |
<!-- Links do menu --> | |
</div> | |
<div id="content"> | |
<!-- Conteúdo da página --> | |
</div> | |
<div id="footer"> |
NewerOlder