<body background="">
Browser |
|
---|---|
Type |
The background attribute of the BODY element specifies the background image of the document.
<body background="back.gif"></body>
Attribute | Value | Explanation |
---|---|---|
background=" " | URL | the URL of the image to display |
The use of this attribute is deprecated. (Use CSS instead)