Most browsers support background images through the BACKGROUND attribute within the body element.
Background images can be any of the supported image formats. However, care must be taken when using background images, so it does not overshadow the content of the page.
An effective use of background images is to use the image as a watermark.
There are some important considerations when using Background Colors or Images.
Use low-contrast backgrounds because you do not want the background to overshadow or obscure the text or images on your page.
When using Background Colors, you should use Background colors that provide a sharp contrast between the background and the text. A blue background would not be useable because of the blur color of hyperlinks.
Now, we will create the HTML for Body Background colors.
Create a backgnd.html file into your editor, It should look like this:
Example 1