Skip to content

Instantly share code, notes, and snippets.

@mhulse
Created May 15, 2011 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhulse/973444 to your computer and use it in GitHub Desktop.
Save mhulse/973444 to your computer and use it in GitHub Desktop.
HTML5 example code.
<div id="container">
<header>
<!-- Site logo/flag here -->
</header>
<section>
<article>
<header>
<a href="#">
<hgroup>
<h1>Article Title</h1>
<h2>Subhead</h2>
<h3><time>...</time></h3>
</hgroup>
</a>
</header>
</article>
<hr>
<article>
<header>
<a href="#">
<hgroup>
<h1>Article Title</h1>
<h2>Subhead</h2>
<h3><time>...</time></h3>
</hgroup>
</a>
</header>
</article>
<hr>
<article>
<header>
<a href="#">
<hgroup>
<h1>Article Title</h1>
<h2>Subhead</h2>
<h3><time>...</time></h3>
</hgroup>
</a>
</header>
</article>
<hr>
<article>
<header>
<a href="#">
<hgroup>
<h1>Article Title</h1>
<h2>Subhead</h2>
<h3><time>...</time></h3>
</hgroup>
</a>
</header>
</article>
<hr>
<article>
<header>
<a href="#">
<hgroup>
<h1>Article Title</h1>
<h2>Subhead</h2>
<h3><time>...</time></h3>
</hgroup>
</a>
</header>
</article>
</section>
<footer>
<!-- Footer stuffs here -->
</footer>
</div> <!-- /#container -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment