0
How we can open background in html
8 Answers
+ 4
I'm not sure what you mean by open the background.
You could use CSS and change the background with:
<selector> {
background-color: <color>;
}
https://www.sololearn.com/Course/CSS/
^Learn that with HTML.
+ 1
can't get your question... please describe
+ 1
no I am not get that
+ 1
actually I want to know this at 10 class level
0
Use bgcolor in HTML?
0
HTML 5 doesnt suppose bgcolor but it should work for older versions, or for 10th class.
0
Or just use this.....
<style>body {background-color: lime}</style>
0
Actually.... we can't use hyphens so we have to use camelTop....
<style>body {backgroundColor:}</style>