Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

  1. The _____________ property specifies the background color of an element.

  2. A.

     background-color

    B.

     border

    C.

     color

    D.

     display

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Example:

    body {

    background-image: url("img_tree.png");

    background-repeat: no-repeat;

    }


Be The First To Comment