Multiple choice

Background image can be set using

  1. <img>

  2. <p>

  3. <body>

  4. <hr>

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The background attribute can be applied to the body tag to set a background image for the entire page. The img tag displays images as content, p creates paragraphs, and hr creates horizontal rules - none of these set page backgrounds.