Skip to content

Instantly share code, notes, and snippets.

@p4ulypops
Created March 24, 2016 10:54
Show Gist options
  • Save p4ulypops/4a7ca740865360818b94 to your computer and use it in GitHub Desktop.
Save p4ulypops/4a7ca740865360818b94 to your computer and use it in GitHub Desktop.
Just some waffle HTML.
<h1>This the largest Header (H1) </h1>
<h2>This one is next (H2)</h2>
<h3>And then (H3)</h3>
<blockquote> <p>Years ago my mother used to say to me, she'd say, "<em>In this world, Elwood, you must be</em>" - she always called me Elwood - "<em>In this world, Elwood, you must be oh so smart or oh so pleasant.</em>" Well, for years I was smart. I recommend pleasant. You may quote me.</p>
<h2>By Elwood P Dowd, <em>Harvey, the film</em></h2>
</blockquote>
<ul>
<li>Cheddar Cheese</li>
<li>Brie Cheese</li>
<li>Red Leicester Cheese</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment