There is problem in my visual studio code i want to connect html into css page but the website i didn't see the change to cs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

There is problem in my visual studio code i want to connect html into css page but the website i didn't see the change to cs

Please help me

15th Mar 2022, 4:36 PM
Proff Cuuke Abdinasir
Proff Cuuke Abdinasir - avatar
1 Answer
+ 1
write this in html, inside head tag <head> <link href="style.css" rel="stylesheet"> </head> style = your css file name in will work only if both your html and css is in the same folder href is defining your css file path, rel is defining the relationship of file
15th Mar 2022, 5:11 PM
NonStop CODING
NonStop CODING - avatar