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. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

26th Jun 2016, 1:18 PM
cindayra
cindayra - avatar
4 Answers
+ 4
It has to be <LINK REL ="stylesheet " HREF =" test. css " TYPE=" text/css"/>
26th Jun 2016, 10:13 PM
Benjamin
Benjamin - avatar
+ 1
you wrong, the true is <link rel="stylesheet" href="test.css">
6th Jul 2016, 11:36 AM
Frosch
Frosch - avatar
0
You need to use this: <link href="(file name with. css" rel="stylesheet"/>
3rd Jul 2016, 4:41 PM
Victor Stamoff
Victor Stamoff - avatar
- 2
and an end quotation mark...
26th Jun 2016, 4:07 PM
Ernst Belar
Ernst Belar - avatar