+ 5
Fill in the blanks to make the background color of tge element with id="mystyle" black using hexadecimal color definition
css
5 Answers
+ 4
#mystyle {
background-color: #000000;
}
+ 4
#mystyle{
background-color:#000000;
}
+ 1
#mystyle {
background-color: #000000;
}
0
#mystyle
{background-color: #000000;}
- 1
#mystyle
background-color
#000000