Skip to content

Instantly share code, notes, and snippets.

@CWade3051
Created August 7, 2013 04:45
Show Gist options
  • Save CWade3051/6171247 to your computer and use it in GitHub Desktop.
Save CWade3051/6171247 to your computer and use it in GitHub Desktop.
HTML: 4.01 Starter
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Your Page Title Goes Here</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<h1>Heading 1</h1>
<p1>Paragraph 1</p1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment