Specify a background image for an HTML document:
![]()
The background attribute is supported in all major browsers.
The <body> background attribute is not supported in HTML5. Use CSS instead.
The background attribute of <body> is deprecated in HTML 4.01.
The background attribute specifies a background image for a document.
The background attribute of <body> is not supported in HTML5. Use CSS instead.
CSS syntax: <body style="background-image:url(bgimage.jpg)">
CSS Example: Add a background image to a document
In our CSS tutorial you can find more details about the background-image property.
| Value | Description |
|---|---|
| URL | The URL of the background image. Possible values:
|
HTML <body> tag
Your message has been sent to W3Schools.