Last active
August 29, 2015 14:06
-
-
Save jaredphillips/babf9c1d0cf4089b9656 to your computer and use it in GitHub Desktop.
HTML One
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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