Created
November 14, 2011 13:34
-
-
Save garethrees/1363960 to your computer and use it in GitHub Desktop.
HTML5 Sections and Subsections
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
<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