Markup Review
section shouldn’t be used to wrap content – this is the job for the semantically meaningless div. However, the categories on the homepage (most aesthetic, most original etc) could be wrapped in sections as they break up the content into naturally titled areas. small would be appropriate for the disclaimer at the top of the page.

3 thoughts on “Flickrate”
Main “section” replaced by a “div” and “section”s added to the homepage. But why “small” for the disclaimer?
Think of
smallas ‘small print’. The spec explicitly uses this phrase to explain its use:For a more in-depth explanation of
smallhave a read at this html5doctor article.Ok, didn’t know that yet, thanks!