![]() |
VOOZH | about |
The HTML <body> background attribute is used to specify a background image or color for the entire web page's body. You can provide either a URL for an image or a color code to customize the background of the HTML body element.
Note: It is not supported by HTML5 Instead of using this attribute we use CSS background property.
<body background="URL">
It contains the value i.e. URL Which specifies the address of the background Image.
Attribute Values | Description |
|---|---|
Absolute URL | It points to another website. |
Relative URL | It points to a file within a website. |
Example 1:
Output:
Example 2:
Output: