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.
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>
0
oh no đ
thanx Satanam Singh that was useful
I think I should stop learning while im sleepy đ