Skip to content

Instantly share code, notes, and snippets.

@itsananderson
Created July 17, 2015 05:58
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 itsananderson/ecb7e4224a3b6824e863 to your computer and use it in GitHub Desktop.
Save itsananderson/ecb7e4224a3b6824e863 to your computer and use it in GitHub Desktop.
My first ever web page
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<h1>Will's page </h1>
My name is <b>Will</b>. I am <font size="&#43;1" color="red">11</font> years old.
<p>This is a new paragraph. </p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment