Sweet! The <link> tag consists of a type attribute that's "text/css", a rel attribute that's "stylesheet" and an href attribute that points to the CSS file.
<link>
type
"text/css"
rel
"stylesheet"
href
Shouldn't the href attribute rather point to the CSS file?