Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS HTML5 best practice Reply To: HTML5 best practice

#147601
Paulie_D
Member

The validation is fine

hgroup has been deprecated…replace with a div and you’re basically done.

There isn’t a lot of CSS to comment on but I’m not sure why you have margin:0 auto on the body….it’s not doing anything unless you add a width which is pointless.

SASS isn’t anything special…just a quicker way of writing CSS which is what it outputs in the end.