Skip to content

Instantly share code, notes, and snippets.

@GabeStah
Created December 10, 2015 11:41
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 GabeStah/67b214cf502ac4494425 to your computer and use it in GitHub Desktop.
Save GabeStah/67b214cf502ac4494425 to your computer and use it in GitHub Desktop.
Coding Dojo - HTML5 Cheat Sheet - Good Heading Example
<body>
<h1>My Books</h1>
<section>
<h2>Green Eggs and Ham</h2>
<p>Great eggs and even greater ham.</p>
</section>
<section>
<h2>Don Quixote</h2>
<p>Gallant imitator of protagonists worldwide.</p>
</section>
<section>
<h2>The Stand</h2>
<p>Everyone loves a good apocalypse story.</p>
</section>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment