http://forum.html.it/forum/showthrea...hreadid=870357

Primo errore:
il valore style.css deve valorizzare un attributo(href), non può stare da solo dentro un tag.
Tra l'altro href="style.css" lo hai già scritto, togli semplicemente l'ultimo style.css "orfano".

Secondo errore, manca l'attributo type.
<link rel="stylesheet" type="text/css" href="style.css" />