Multiple choice technology web technology

Which property is used to change the background color?

  1. background-color:

  2. bgcolor:

  3. color:

  4. backgroundcolor:

Reveal answer Fill a bubble to check yourself
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'.