CBSE Class 10 Computer Applications Question 42 of 176

HTML I — Basic HTML Elements — Question 40

Back to all questions
40
Question

Question 40

In which HTML element do you apply attributes that modify the background image ?

  1. The <html> element.
  2. The <head> element.
  3. The <background> element.
  4. The <body> element.
Answer

The <body> element.

Reason — Background attribute of <BODY> tag is used to modify the background image of HTML document.