Q2
The _____________ property specifies the background color of an element.
A.
background-color
AnswerB.
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;
}