Css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Css

Guys i tried to link my html to my css but is not working i dont know whats wrong Am using <link rel=“stylesheet” href=“name.css”> But is not working Help pls

25th Apr 2020, 6:35 PM
Umar Farouq Idris
Umar Farouq Idris - avatar
2 Answers
+ 2
<link rel="stylesheet" type="text/css" href="name.css" Your code is in the same folder than your html file? If not change href attribute to href="path/to/name.css"
25th Apr 2020, 6:52 PM
jdav07
jdav07 - avatar
0
thanks
25th Apr 2020, 8:26 PM
Umar Farouq Idris
Umar Farouq Idris - avatar