+ 2
What is back ground color code
6 Answers
+ 5
for what
+ 4
Css : background-color :your color;
+ 3
For html
+ 3
This will help you:
https://code.sololearn.com/WLpJTMTqV4Bl/?ref=app
+ 2
In CSS : background-color: black
In Javascript: item.style.backgroundColor="black"