+ 1
how can i save file written for css??
5 Answers
+ 1
you can save your CSS file in .CSS extension using notepad
0
thats not working
0
you must import your CSS file in to HTML using <link> tag
<link rel="text/CSS" href="filename.CSS">
use this tag in between <head> tag
0
Thank u i will try it
0
remember to have both the html and the css files on the same folder and then use the <link> tag provided by Gajarajan K inside the head tag for it to work