Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created December 15, 2015 22:43
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 codecademydev/2e74d365134c8057a600 to your computer and use it in GitHub Desktop.
Save codecademydev/2e74d365134c8057a600 to your computer and use it in GitHub Desktop.
Codecademy export
<!DOCTYPE html>
<html>
<head>
<link>
<!--Add your link tag here!-->
<link><type="text/css"></link>
<link><rel="stylesheet"></link>
<link><href="stylesheet.css"></link>
</link>
<title>Result</title>
</head>
<body>
<h1>Change me to Verdana.</h1>
<h3>Change me to Courier.</h3>
<p><color:purple>Make me purple!</p>
</body>
</html>
h1 {
font-family:Verdana;
}
h3 {
font-family:Courier;
}
p {
color:purple;
}
*/ A comment here */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment