Skip to content

Instantly share code, notes, and snippets.

@andymboyle
Created February 16, 2016 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andymboyle/d47d5a2138b5cf9015db to your computer and use it in GitHub Desktop.
Save andymboyle/d47d5a2138b5cf9015db to your computer and use it in GitHub Desktop.
JS -- Homework #1
<html>
<head>
<title>Totally cool title</title>
</head>
<body>
<h1>This is a simple webpage</h1>
<p>And this is my simple paragraph.</p>
<h2>This headline is pretty cool. It should end right here.
<p>This is a paragraph. It should have normal styles.</p>
<p><a href="http://www.aol.com">This is a cool little link. It should be blue and underlined.</a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment