Markup Review
Spanish language blog from Guatemala on web development.
Many of the HTML5 structural elements are present here, with the main navigation enclosed in a nav within a header. The section element is used to split up different areas of the site, but they don’t have headings so a div would be better to use here. The article element is used to enclose individual posts, the content of which is enclosed in a div for some reason where the article could just have been styled just as easily.
Remember that the type attribute is no longer required for script, style and link stylesheet.
