Is it true | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it true

That i can add CSS in html_In body(<style>.....) _2 <style src= xxxxxx.css>.......and the folder name is xxxxxx.css?

5th Aug 2017, 6:53 PM
Cesar Petrescu
Cesar Petrescu - avatar
1 Answer
+ 4
you can't add external CSS using style tag, try use link tag <link href=/path/to/xxxxxx.css type=text/style rel=stylesheet>
5th Aug 2017, 7:06 PM
Amethyst Animion
Amethyst Animion - avatar