How to add CSS in my html document | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add CSS in my html document

15th Dec 2021, 4:25 PM
Leovin Mutaiki
Leovin Mutaiki - avatar
7 Answers
+ 2
I think you are a newbie and don't know about programming or about web langs. You haven't even completed HTML course. Complete the CSS course and learn it yourself. OR Search it yourself in Google if it's that important for you. Search: 'how can I add CSS to html?' (hint: by style and link tags)
15th Dec 2021, 4:33 PM
NEZ
NEZ - avatar
+ 2
Use link tag in header body from there add the file like style.css
17th Dec 2021, 4:41 AM
Pinank Bhardwaj
+ 1
Thank you all
16th Dec 2021, 5:59 AM
Leovin Mutaiki
Leovin Mutaiki - avatar
+ 1
Try pasting this on your html document, make sure the css is on the same folder as your html document and the css named style.css <style> @import url(style.css); </style>
17th Dec 2021, 2:39 PM
Joseph Gift
Joseph Gift - avatar
0
NEZ Considering Google redirects to forums also, it isn't good to redirect them back is it? :) For the question, you can learn that here: https://www.sololearn.com/learning/1079/
16th Dec 2021, 2:38 AM
Nikhil
Nikhil - avatar
0
Ya even I have seen that, but not all searches are of the forums, there are also some other sites like: W3Schools and freecodecamp. And in addition i have also written to him that he can learn it himself in the CSS course too.
16th Dec 2021, 2:43 AM
NEZ
NEZ - avatar
0
Try taking sololearn CSS course,
17th Dec 2021, 6:13 AM
Alabi Damilola Daniel
Alabi Damilola Daniel - avatar