Make All Browsers Render HTML5


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. document.createElement("article");
  2. document.createElement("footer");
  3. document.createElement("header");
  4. document.createElement("hgroup");
  5. document.createElement("nav");

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.