+ 2
How do i link external CSS to my HTML on sololearn? Does it automatically link or do i have to use the link element?
I'm just trying to be sure that the HTML document that I have written is picking up on the external CSS file. If I'm writing external JS I know the file name is script.js I wonder if I have to link script.css for a ext css file.
2 Answers
+ 7
<link rel="stylesheet" type="text/css" href="style.css">
+ 2
<link rel="stylesheet" type="text/css" href="FILE.css>