Which property is used to change the background color?
-
background-color:
-
bgcolor:
-
color:
-
backgroundcolor:
A
Correct answer
Explanation
The background-color property sets an element's background color in CSS. bgcolor is an obsolete HTML attribute (not CSS), while color only changes text color, not the background. Option D is incorrect because CSS uses hyphens in multi-word properties, making it 'background-color' not 'backgroundcolor'.