How we can open background in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How we can open background in html

30th Nov 2017, 5:00 PM
Kirtika Yadav
Kirtika Yadav - avatar
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.
30th Nov 2017, 5:04 PM
AgentSmith
+ 1
can't get your question... please describe
30th Nov 2017, 5:03 PM
Md. Nafis Ul Haque Shifat
Md. Nafis Ul Haque Shifat - avatar
+ 1
no I am not get that
30th Nov 2017, 5:48 PM
Kirtika Yadav
Kirtika Yadav - avatar
+ 1
actually I want to know this at 10 class level
30th Nov 2017, 5:49 PM
Kirtika Yadav
Kirtika Yadav - avatar
0
Use bgcolor in HTML?
5th Dec 2017, 9:59 AM
Rizan
Rizan - avatar
0
HTML 5 doesnt suppose bgcolor but it should work for older versions, or for 10th class.
5th Dec 2017, 10:01 AM
Rizan
Rizan - avatar
0
Or just use this..... <style>body {background-color: lime}</style>
5th Dec 2017, 10:02 AM
Rizan
Rizan - avatar
0
Actually.... we can't use hyphens so we have to use camelTop.... <style>body {backgroundColor:}</style>
5th Dec 2017, 10:03 AM
Rizan
Rizan - avatar