Skip to content

Instantly share code, notes, and snippets.

@JoeRoddy
Created July 23, 2018 21:07
Show Gist options
  • Save JoeRoddy/fbea0cc5ea11ff59814e9f6254d37d2f to your computer and use it in GitHub Desktop.
Save JoeRoddy/fbea0cc5ea11ff59814e9f6254d37d2f to your computer and use it in GitHub Desktop.
class 3
<!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