+ 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
1 Réponse
+ 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