Answer (Choose 1 answer)
A. None of the others
B. the size of a background image was the actual size of the image
C. Stretch the background image to completely cover the content area
D. Stretch the background image so that exactly fit horizontally
div { background: url(img_flwr.gif);background-size: 100% 100%;background-repeat: no-repeat;
}
Choose the right statement about the size of background images?