The _____________ property specifies the background color of an element.
A. background-color
B. border
C. color
D. display
Answer: Option A
Solution(By Examveda Team)
Example:
body {
background-image: url("img_tree.png");
background-repeat: no-repeat;
}
Join The Discussion