Multiple choice technology web technology

What is the correct HTML for inserting a background image?

  1. <background img="background.gif">

  2. <img src="background.gif" background />

  3. <body background="background.gif">

  4. < background="background.gif" body>

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

In classic HTML, the background attribute of the `` tag is used to specify a background image for the web page.