Computer Science, asked by himesh1932, 7 months ago

To specify the background image for the document, Background attribute is used with which of the following tags ?

1 point

<BODY>

<HTML>

<I>]

None of these

Answers

Answered by jay924006
4

Answer:

<BODY> tag is used to specify the background image for the document.

Answered by qwsuccess
1

Answer:

<BODY> tag is used to specify the background image for the html document.

Explanation:

  • Out of these tags <body> tag is used to specify the background image of the HTML document (or more simply a webpage) using the attribute 'background'.
  • The proper syntax for specifying the background image of the HTML document is as follows: <body background= url > </body>
  • The url (Uniform Resource Locator) specifies the location at which the background image( in this case) exists and can range from your computer memory to an internet address.
  • The same can also be done with different syntax using CSS!
  • Note that HTML commands are not case-sensitive!

Hence, <body> tag is the answer.

Similar questions