Discussion :: CSS - CS
- The _____________ property specifies the background color of an element.
Answer : Option A
Explanation :
Example:
body {
background-image: url("img_tree.png");
background-repeat: no-repeat;
}
Be The First To Comment