Skip to content

Instantly share code, notes, and snippets.

Created August 8, 2016 22:01
Show Gist options
  • Save anonymous/9e54eb83649ba38be08dafbeb1347806 to your computer and use it in GitHub Desktop.
Save anonymous/9e54eb83649ba38be08dafbeb1347806 to your computer and use it in GitHub Desktop.
<!-- Follow these steps
First write in the content
1. Make the introductory sentence a top-level
heading with a <h1> tag and closed it with
a </h1>tag.
2. Put the rest of the content in two
paragraphs, or p elements.
3. Link to your twitter (or other
social media) page.
-->
<h1>My first website!</h1>
<h2>by a talented student</h2>
<p>Built with WDI at GA.</p>
<script id="jsbin-source-html" type="text/html"><\!-- Follow these steps
First write in the content
1. Make the introductory sentence a top-level
heading with a <h1> tag and closed it with
a </h1>tag.
2. Put the rest of the content in two
paragraphs, or p elements.
3. Link to your twitter (or other
social media) page.
-->
<h1>My first website!</h1>
<h2>by a talented student</h2>
<p>Built with WDI at GA.</p>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment