Skip to content

Instantly share code, notes, and snippets.

@ifamily
Created September 28, 2015 08:55
Show Gist options
  • Save ifamily/01316ab07b21cd292dee to your computer and use it in GitHub Desktop.
Save ifamily/01316ab07b21cd292dee to your computer and use it in GitHub Desktop.
html headings example
<h1>My Pets</h1>
<p>This page is about my pets.</p>
<h2>Cats</h2>
<p>I have two cats.</p>
<h3>Fluffy</h3>
<p>Fluffy is a black cat. He is not particularly fluffy but is a little flabby.</p>
<h3>Django</h3>
<p>Django is a Bengal cat, a descendent of the Asian Leopard Cat. Django is very beautiful but is a complete lunatic.</p>
<h2>Dogs</h2>
<p>Sadly, I don't have any dogs at the moment, but used to own one.</p>
<h3>Spike</h3>
<p>Spike was a Rottweiler. He was a little clumsy, very heavy and a bit soft. The cats used to bully him.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment