+ 1
How can I link with html and css
<
7 Answers
+ 4
<link rel=âstylesheetâ href=âname.cssâ></link>
(pretty sure it has a closing tag, but not 100%)
+ 3
Jax , it doesn't has closing tag. The syntax is :
<link rel="stylesheet" href="style.css"/>
It's a self-closing tag !!
+ 2
ABE, that problem happened many times with me. I just deleted the whole code and wrote it again. đđ It works sometimes.
Ok. Let me show you more.
Main_File
|
|__ index.html
|__ script.js
|__ style.css
Only then the code will work.
+ 2
If you placed your style.css on your PC but compiling codes on Sololearn, that's not gonna work.
0
I try several times on that way but it didn't work and I could not find my mistake
0
And also we have to write between head tag
0
I think smth wrong with my laptop