Skip to content

Instantly share code, notes, and snippets.

@jordwest
Created October 24, 2010 07:54
Show Gist options
  • Save jordwest/643273 to your computer and use it in GitHub Desktop.
Save jordwest/643273 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>This is the title of the page</title>
</head>
<body>
<h1>This is the biggest heading</h1>
<h2>This is the second biggest heading</h2>
<h3>Third biggest</h3>
<h4>Fourth biggest</h4>
<p>This is a paragraph and there is <strong>some bold text</strong></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment