I've been playing around a lot with html5 semantics, design and going against my old way of thinking - using div's as wrappers and containers. Came across this article and test: http://camendesign.com/code/developpeurs_sans_frontieres/test.html in which you don't need a wrapper and the body is already a wrapper. Many thanks :)
I like the design and model used here from Kroc: http://camendesign.com/code/developpeurs_sans_frontieres/test.html
My question is, what lines of code could I use to place a header and nav in the orange area at the top of the page? Same goes with the footer in the orange area at the bottom of the page?
I'm hitting a road block here and I appreciate your help :)