Computer Applications

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

  1. <BODY>
  2. <HTML>
  3. <P>
  4. None of these

HTML Intro

2 Likes

Answer

<BODY>

Reason — "background" is an attribute of the <BODY> tag which is used to specify the background image for the document. The syntax is as follows:

BODY background = "fileame.gif">

Answered By

1 Like


Related Questions