HTML , CSS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

HTML , CSS

hello guys, im using laptop to programm, and I know how to code HTML , but the problem that I dont know how to code CSS , I mean where should I code ? at the same page or what ? I tried to code CSS with HTML at the same page but that didnt work. you know in this app there are three sections for code ( HTML - CSS - JS ) and that make it easy.

28th Sep 2018, 11:28 AM
Waleed Alsiyame
Waleed Alsiyame - avatar
2 Answers
+ 4
The CSS course of SoloLearn teaches the basic of 'how to include the style code' i think โ€” or use a search engine to watch and try some tutorials/videos. You can include it as an external resource with link tag or write your code inside the style element on the same page. If that didn't work share your code and provide more details. <html><body> <style> p{ color:green;} </style> <p>demo text</p> </body></html>
28th Sep 2018, 2:39 PM
Lord Krishna
Lord Krishna - avatar
0
oh no ๐Ÿ˜‚ thanx Satanam Singh that was useful I think I should stop learning while im sleepy ๐Ÿ˜‚
28th Sep 2018, 11:42 AM
Waleed Alsiyame
Waleed Alsiyame - avatar