Return to Snippet

Revision: 22887
at January 25, 2010 12:01 by c4ptivate


Initial Code
document.createElement("article");
	document.createElement("footer");
	document.createElement("header");
	document.createElement("hgroup");
	document.createElement("nav");

Initial URL
http://net.tutsplus.com/tutorials/html-css-techniques/how-to-make-all-browsers-render-html5-mark-up-correctly-even-ie6/

Initial Description


Initial Title
Make All Browsers Render HTML5

Initial Tags
html5

Initial Language
JavaScript