CSS style sheet doesn't link to my HTML -
for reason css style sheet isn't opening html file.
i've attached images of html code , css code.
my css style sheet saved .css. spelling correct.
i've looked through similar questions on forum. i've tried solutions no avail.
i'd grateful help. many thanks
are having files in same folder? becouse if not, should link css path file this:
<link rel="stylesheet" href="foldername/codeacademy.css">
//this version work if have html file , folder css file in same place
btw: why div outside of body o.o? , don't need specify type of stylesheet link anymore ;)
edit
Comments
Post a Comment