Skip to content

Instantly share code, notes, and snippets.

@garethrees
Created November 14, 2011 13:34
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 garethrees/1363960 to your computer and use it in GitHub Desktop.
Save garethrees/1363960 to your computer and use it in GitHub Desktop.
HTML5 Sections and Subsections
<section id="portfolio">
<h1>Portfolio</h1>
<section id="work">
<h2>Work</h2>
<!-- work goes here -->
</section>
<section id="open-source">
<h2>Open Source</h2>
<!-- open source goes here -->
</section>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment