Typical HTML Page Structure A typical HTML page will use divs with IDs and Classes to create the structure. div
id=header div
id=footer div
id=
sidebar div
id=content div
id=nav
Updated HTML5 Page Structure HTML5 gives semantic meaning to these structures, which previously required IDs and Classes. header footer aside section/article
What about the problem child? IE needs a little help from our friend JavaScript. Modernizer/HTML5shiv to the rescue. • modernizr.com • html5shiv.googlecode.com/ svn/trunk/html5.js