CSS Wizardy

Information:

Posted on: 29 Jul 09

URL: http://csswizardry.com/html5/

Category: Personal

Notes:

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 Comments For This Post

  1. David

    Probably because he wouldn’t be able to position it (as easy) on the left side of the page.

  2. Rich

    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).

  3. David

    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).

  4. html5gallery

    @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.

Got something constructive to say?