Skip to content

Instantly share code, notes, and snippets.

@boyofgreen
Created April 4, 2012 01:36
Show Gist options
  • Save boyofgreen/2297027 to your computer and use it in GitHub Desktop.
Save boyofgreen/2297027 to your computer and use it in GitHub Desktop.
HTML5 Hacks 2.1
<!-- HTML5 doctype -->
<!doctype html>
<!--XHTML doctype -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--backwards compatible HTML5 doctype --?
<!DOCTYPE html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment