Vidyalelo
CSS · Q2

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 2

Q2

The _____________ property specifies the background color of an element.

A.
background-color
Answer
B.
border
C.
color
D.
display

Answer: Option A

Solution

Answer: Option A
Solution:
Example:

body {
      background-image: url("img_tree.png");
      background-repeat: no-repeat;
     }