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
2 Respostas
+ 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"
0
thanks