how can i save file written for css?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how can i save file written for css??

28th Aug 2016, 8:57 PM
White Cat
White Cat - avatar
5 Answers
+ 1
you can save your CSS file in .CSS extension using notepad
29th Aug 2016, 4:48 AM
Gajarajan K
Gajarajan K - avatar
0
thats not working
29th Aug 2016, 6:16 PM
White Cat
White Cat - avatar
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
30th Aug 2016, 3:46 AM
Gajarajan K
Gajarajan K - avatar
0
Thank u i will try it
30th Aug 2016, 4:36 PM
White Cat
White Cat - avatar
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
13th Sep 2016, 5:12 AM
Alejandro Aristizabal
Alejandro Aristizabal - avatar