Markup Review
Personal website of a web designer and front-end developer based in Rome, Italy.
The site is mostly well laid out, with a div
used as a main wrapper and the content split up into section
s, each with a header
, and the separate images on the main page contained in its own article
where perhaps figure
and figcaption
might have been more appropriate.
The header
that wraps the hgroup
could have been left out since is it the conle element it contains, and the same goes for the header
elements that only contain a single h
element – the header
is implied.
HTML5 video is also used in the site, with OGV, WebM and MP4 formats provided.