Created
April 4, 2012 01:36
-
-
Save boyofgreen/2297027 to your computer and use it in GitHub Desktop.
HTML5 Hacks 2.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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