Skip to content

Instantly share code, notes, and snippets.

@paulwib
Created January 26, 2019 18:39
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 paulwib/43d04b33d94470873992b28a8552e477 to your computer and use it in GitHub Desktop.
Save paulwib/43d04b33d94470873992b28a8552e477 to your computer and use it in GitHub Desktop.
Minimal valid HTML docs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<title>The most minimal valid HTML4 document</title>
<p>At least some other content than a title is required, no head or body</p>
</html>
<!DOCTYPE html>
<html>
<title>The most minimal valid document</title>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment