0

How to link css to html??

I have my link on html to href=“style.css” and have saved both html and css to a folder yet I can’t seem to get them to correlate with each other. Tried finding answer in discussions but no luck not sure what I’m doing wrong here

15th Feb 2019, 2:51 AM
Matthew A Ocasio
Matthew A Ocasio - avatar
4 ответов
+ 8
It will not show but u will see the effect in design of ur page.
15th Feb 2019, 3:35 AM
Arushi Singhania
Arushi Singhania - avatar
+ 5
<link rel = "stylesheet" href = "style.css">
15th Feb 2019, 3:19 AM
Arushi Singhania
Arushi Singhania - avatar
0
i have that in my html inbetween <head> and saved in a folder. then insaved my “style.css” in the same folder but in the browser it wont show.
15th Feb 2019, 3:34 AM
Matthew A Ocasio
Matthew A Ocasio - avatar
0
thank you!
15th Feb 2019, 3:51 AM
Matthew A Ocasio
Matthew A Ocasio - avatar