+ 3
I can't link my css file in the html file. The code I wrote is: <link rel="html" href="test.css> both the html file and the css file lies in a folder named html.
4 Réponses
+ 4
It has to be <LINK REL ="stylesheet " HREF =" test. css " TYPE=" text/css"/>
+ 1
you wrong, the true is <link rel="stylesheet" href="test.css">
0
You need to use this: <link href="(file name with. css" rel="stylesheet"/>
- 2
and an end quotation mark...