I am developing a site in HTML 5. I wrap all my footer content in footer tag. Like code below
<
While people are suggesting html5shiv, I recommend using modernizr as well:
http://www.modernizr.com/
And also maybe take a look at:
http://html5boilerplate.com/
This will help all browsers render your site properly. Good luck.