Skip to content

Instantly share code, notes, and snippets.

@jaredphillips
Last active August 29, 2015 14:06
Show Gist options
  • Save jaredphillips/babf9c1d0cf4089b9656 to your computer and use it in GitHub Desktop.
Save jaredphillips/babf9c1d0cf4089b9656 to your computer and use it in GitHub Desktop.
HTML One
<!-- Tags open, have content, then close -->
<h1> Content </h1>
<h1> <!-- This is an HTML tag being open -->
We put some content here.
</h1> <!-- Then we tell the browser to close that tag -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment