?Sam is trying to decide the best way to design the background of his web page. He would like to add background images and background styles to his design. He needs to understand how browsers load a background image and learn about background style properties.
?Sam needs to know how to tell the browsers to scale the image in order to cover all of the background while still retaining the proportions of the image, even if that means cropping the image. The keyword Sam should use in the background-size: property is _____.

A. ?contain
B. ?content
C. ?cover
D. ?auto

Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is a legal call to the displayOutput function?

void displayOutput(int total); a. void displayOutput(myTotal); b. displayOutput(int mytotal); c. displayOutput(myTotal); d. cout << displayOutput(myTotal);

Computer Science & Information Technology

____ memory allocation makes it unnecessary to reserve a fixed amount of memory for a scalar, array, or structure variable in advance.

A. Dynamic B. Static C. Partial D. Advanced

Computer Science & Information Technology