Created
July 23, 2018 21:07
-
-
Save JoeRoddy/fbea0cc5ea11ff59814e9f6254d37d2f to your computer and use it in GitHub Desktop.
class 3
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Coded by kids</title> | |
<style> | |
h1 { | |
color:blue; | |
} | |
.red-header { | |
color:red; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Welcome!</h1> | |
<h1 class="red-header">My favorite shows</h1> | |
<ul> | |
<li>The Office</li> | |
<li>The Simpsons</li> | |
<li>Spongebob</li> | |
</ul> | |
<img height="500" src="https://upload.wikimedia.org/wikipedia/commons/d/d1/Mount_Everest_as_seen_from_Drukair2_PLW_edit.jpg"> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment