Markup Review
A version of the CSS Wizardry site built with HTML 5. Please bear in mind that this is only a demo and other parts of the site are XHTML. Harry has decided against placing his <h1>
page title inside a <header>
element, I’d be interested to hear other peoples thoughts on this?
4 thoughts on “CSS Wizardy”
Probably because he wouldn’t be able to position it (as easy) on the left side of the page.
I don’t think that this would make too much difference as elements such as header, nav etc can all be styled in exactly the same way as an element with a class (or you can assign a class to it).
You misunderstood I think. It’s obvious you can style the header however you want. But if he puts THAT h1 page title in THIS header it’ll be harder to position it (the h1) on the left side of the page (since the header is centered).
@David yes you’re right, I see what you mean now. I was thinking that you might use an extra header, but that would probably depend on the wrapper div becoming a section.