Home » CSS » Css miscellaneous » Question
  1. The _____________ property specifies the background color of an element.
    1. color
    2. display
    3. border
    4. background-color
    5. None of these
Correct Option: D

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



Your comments will be displayed only after manual approval.