Skip to content

Instantly share code, notes, and snippets.

@GabeStah
Created December 10, 2015 11:29
Show Gist options
  • Save GabeStah/d059948dad08f85df17b to your computer and use it in GitHub Desktop.
Save GabeStah/d059948dad08f85df17b to your computer and use it in GitHub Desktop.
Coding Dojo - HTML5 Cheat Sheet - Headings Poor Example 1
<body>
<h4>My Books</h4>
<section>
<h3>Green Eggs and Ham</h3>
<p>Great eggs and even greater ham.</p>
<h3>Don Quixote</h3>
<p>Gallant imitator of protagonists worldwide.</p>
<h3>The Stand</h3>
<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