Misunderstanding Markup
Posted May 27, 2011 14:53 Under Behind The ScenesMisunderstanding markup is becoming very common with developers. With HTML, XHTML and now HTML5, there is some confusion as to the "right way" to deliver your HTML markup code for modern browsers.
HTML5 is quite simply, a loose interpretation of old standards with the benefits of new tags and the inclusion of new Javascript techniques. Code loosely, cleanly and semantically, shorten your DOCTYPE, and there you have it, HTML5.

