Skip to content

Instantly share code, notes, and snippets.

@hardmantoplz
Created August 13, 2014 04:29
Show Gist options
  • Save hardmantoplz/1f1cfc21b333f427e4a9 to your computer and use it in GitHub Desktop.
Save hardmantoplz/1f1cfc21b333f427e4a9 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
<meta charset="UTF-8" />
<style type="text/css">
* { font-family: Verdana, Arial, teletype text; }
body { background-color: #fff; cursor: default; }
h1 { font-size: 18pt; }
p { font-size: 10pt; }
</style>
</head>
<body>
<h1 align="center">My Page</h1>
<IMG align="left" src="http://foo.com/animage.gif" alt="my boat">
<BR clear="left">
<p>In order to test my HTML code I use this site
to check the code to see if it will work. I do this
so that I don't waste a bunch of time with trial and
error work.
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment