0
Can anyone tell me how to create and use css file in HTML in computer.
I'm using a notepad.
2 Answers
+ 6
if you mean in separate files you need to include the full path of storage where your css file live
+ 1
<link href="style.css" rel="stylesheet/css"> use this to connect your css in your html, the "style.css" is the name of your css file