Last active
April 27, 2016 19:28
-
-
Save LennonSantos/b45c6ef28f296772bc17a663950d6477 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> | |
<h1>Titulo site</h1> | |
</header> | |
<nav> | |
<h2>Titulo menu</h2> | |
<a href="#">Link</a> | |
<a href="#">Link</a> | |
<a href="#">Link</a> | |
</nav> | |
<section> | |
<h2>Titulo seção</h2> | |
<article> | |
<h3>Titulo artigo</h3> | |
</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