Created
August 13, 2014 04:29
-
-
Save hardmantoplz/1f1cfc21b333f427e4a9 to your computer and use it in GitHub Desktop.
This file contains 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>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