0
How to add CSS in my html document
7 odpowiedzi
+ 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)
+ 2
Use link tag in header body from there add the file like style.css
+ 1
Thank you all
+ 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>
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/
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.
0
Try taking sololearn CSS course,