Multiple choice technology web technology

Which property is used to change the background color?

  1. color:

  2. bgcolor:

  3. background-color:

  4. background-colour:

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The CSS property background-color sets the background color of an element. The American spelling "color" is correct; "colour" is not valid in CSS. The bgcolor attribute is obsolete HTML, not a CSS property. The color property sets text color, not background.