how to run css file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to run css file?

24th Sep 2016, 12:34 PM
Pooja Ghetia
4 Answers
+ 7
In HTML <head> TAG: <link rel='stylesheet' type='text/css' href='yourlink.css'> .. Have a nice day :-)
24th Sep 2016, 8:26 PM
Yann _Leafgard_ SEGET
Yann _Leafgard_ SEGET - avatar
+ 1
you can use internal or external css , you can use notepad++ sublime text and other
21st Oct 2016, 8:53 AM
Bobi arip budiman
Bobi arip budiman - avatar
0
use external href
15th Nov 2016, 4:24 PM
mohamed abdulkadir abdullahi
mohamed abdulkadir abdullahi - avatar
0
well you can either use the <style> tags and run the css code or make an external style sheet...
25th Nov 2016, 6:53 PM
Matthew
Matthew - avatar