Markup Review
Paul Hayes, a web designer and developer in London runs the FOfR Online blog which having had a quick look through his archives has some great CSS experiments. The blog is marked up with HTML 5 but I think there are a few things Paul could do to take it a step further such as changing the header strapline to a <h2>
and wrapping both headings in a <hgroup>
element. Also some of the <div>
‘s could be replaced with the slightly more semantic <section>
element.