+ 4
I want to color my Web page in CSS, which code i can use?
Still learning
2 Answers
+ 5
You can use background-color property to change background of any element of HTML using CSS.
And you can use color property to change text color of any element.
-> please use proper tags on your question, there is nothing related to JS.
-> delete second thread you made which has same question.
https://www.sololearn.com/Discuss/1820747/?ref=app
+ 2
<style>
Body{
Background-color: blue;
}
</Style>
Put it in the head tat
Choice any color you want đđđ€