Skip to content

Instantly share code, notes, and snippets.

@ashleyvernon
Forked from anonymous/index.html
Created August 8, 2016 22:01
Show Gist options
  • Save ashleyvernon/3bd12e0587df8db546a7191f33a84bd1 to your computer and use it in GitHub Desktop.
Save ashleyvernon/3bd12e0587df8db546a7191f33a84bd1 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>
@ashleyvernon
Copy link
Author

Exercise 2.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment