Skip to content

Instantly share code, notes, and snippets.

@MaxPower15
Created November 14, 2012 15:56
Show Gist options
  • Save MaxPower15/4072942 to your computer and use it in GitHub Desktop.
Save MaxPower15/4072942 to your computer and use it in GitHub Desktop.
Valid HTML4 Transitional Doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Valid HTML5 Doctype:
<!DOCTYPE html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment