Skip to content

Instantly share code, notes, and snippets.

@octavian-nita
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save octavian-nita/335fe5117d11fe44b5a2 to your computer and use it in GitHub Desktop.

Select an option

Save octavian-nita/335fe5117d11fe44b5a2 to your computer and use it in GitHub Desktop.
HTML 4.01 strict template [deprecated]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>An HTML 4.01 Strict document</title>
</head>
<body>
<p>... The document content goes here ...</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment