W3Schools.com

HTML <body> background Attribute

HTML body Tag Reference HTML <body> tag

Example

Specify a background image for an HTML document:

<html>
<body background="bgimage.jpg">
<h1>Hello world!</h1>
<p><a href="http://www.w3schools.com">Visit W3Schools.com!</a></p>
</body>
</html>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The background attribute is supported in all major browsers.


Definition and Usage

The background attribute of <body> is deprecated in HTML 4.01.

The background attribute specifies a background image for a document.


Compatibility Notes

The background attribute of <body> is not supported in HTML 4.01 Strict / XHTML 1.0 Strict DTD.

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.


Syntax

<body background="URL">

Attribute Values

Value Description
URL The URL of the background image.

Possible values:

  • An absolute URL - points to another web site (like href="http://www.example.com/bgimage.gif")
  • A relative URL - points to a file within a web site (like href="/images/bgimage.gif")


HTML body Tag Reference HTML <body> tag
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE