+ 1

How do I link a CSS file to a HTML file?

31st Dec 2016, 5:18 AM
Kelyn Paul
Kelyn Paul - avatar
3 Answers
+ 2
<link rel="stylesheet" href="example.css">
31st Dec 2016, 6:23 AM
Ri Wo
Ri Wo - avatar
+ 2
The html file and the css file must be in the same folder, after between the tag <head></head> in the html file : <link rel="stylesheet" href="yourcssfile.css">
31st Dec 2016, 7:03 AM
Jean-paul Reman
Jean-paul Reman - avatar
0
thank you
31st Dec 2016, 8:28 AM
Kelyn Paul
Kelyn Paul - avatar