- 2
Hii guys I am not able to link my CSS file in html in vs code I used link tag but it not responding how I fix this issu
4 Answers
+ 1
<link href="foldername/cssfilename.css" type="text/css" rel="stylesheet"/>
write the folder name in 'foldername' and css file name in 'cssfilename.css'
It will work.
+ 2
You either have a syntax error or a directory misspelling..
Can we have a look at your code?
+ 2
Mounzer
Yea it's not required but it will work.
If I type 'link' in my code editor it gives the link tag which I mentioned earlier.
+ 1
"type" attribute is not required in html5