Skip to content

Instantly share code, notes, and snippets.

@matiasfha
Created October 10, 2012 15:38
Show Gist options
  • Save matiasfha/3866403 to your computer and use it in GitHub Desktop.
Save matiasfha/3866403 to your computer and use it in GitHub Desktop.
HTML Example
<body>
<header>
<hgroup>
<h1>Page title</h1>
<h2>Page subtitle</h2>
</hgroup>
</header>
<nav>
<ul>
Navigation...
</ul>
</nav>
<section>
<article>
<header>
<h1>Title</h1>
</header>
<section>
Content...
</section>
</article>
<article>
<header>
<h1>Title</h1>
</header>
<section>
Content...
</section>
</article>
</section>
<aside>
Top links...
</aside>
<figure>
<img src="..."/>
<figcaption>Chart 1.1</figcaption>
</figure>
<footer>
Copyright ©
<time datetime="2010-11-08">2010</time>.
</footer>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment