CIW Exam Questions

Which of the following is an acceptable way to insert a background image using a style sheet?

Which of the following is an acceptable way to insert a background image using a style sheet?

A.
<img src=background.jpg>

B.
background-image: url(background.tiff);

C.
background-image: url(background.jpg);

D.
background-position: background.jpg bottom right;