Markup Review
Website of an online degree finding tool.
Good basic structure, including doctype and charset. New elements used header
, nav
, footer
, section
, article
. Incorrect use of aside
and hgroup
element. Also aside
could be split into sections
to accommodate all the relevant headings. Colleges are also all in one article, but could be split into unique articles inside a section with the heading “Top ranking online colleges.” Javascript library to accommodate HTML5 elements in IE browsers present, so an over-abundance of compensating divs included.
5 thoughts on “Online Degrees”
Pingback: Tweets that mention Online Degrees | HTML5 Gallery -- Topsy.com
The site uses html5shim/shiv which is not necessary as modernizr already has this functions built in.
Hey Gadgetto…gotta question:
HTML5shim/shiv is for IE only. Do you, by chance, know if Modernizr performs the same function as shim/shiv, but for all browsers?
Thanx in advance
@kaidez: Modernizer has full shim/shiv functionality (which is only needed in IE browsers < IE9) + css3 feature detection for all browsers. So using Modernizer you don't need shim/shiv.
Understood…thanx man!