Quiz Question 3 - 3.07 Divs Quiz - Basics of Web Design

Entire Question with All Answers

You are using the following image (kittens.jpg) as a background:

Which of the following answers correctly represent the code below, assuming the width of the original image is 200 pixels?



With width:200px; only Added to Div

Two kittens.

If width:200px; height:200px; Added to Div

Two kittens.

Notice that the kitten image duplicates itself automatically, unless you code background-repeat:no-repeat;