0
How can I link a css file to html on notepad?
2 Answers
+ 1
<link rel="stylesheet" href="example.css">
use this in head tag
+ 1
I think both files should be stored in the same folder on the PC and then you use the link tag in your html document..be sure to link with the same filename gave the CSS file