Created
February 16, 2016 03:11
-
-
Save andymboyle/d47d5a2138b5cf9015db to your computer and use it in GitHub Desktop.
JS -- Homework #1
This file contains hidden or 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
<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