Computer Applications

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.

HTML Intro

2 Likes

Answer

The <body> element.

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

Answered By

1 Like


Related Questions