Multiple choice technology web technology What is the correct HTML for inserting a background image? <background img="background.gif"> <img src="background.gif" background /> <body background="background.gif"> < 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.