BACKGROUNDS - continued

A background can be changed by using this tag:

<BODY BGCOLOR="color">...</BODY>

where color is a solid color like... red, white, blue, green,

We can change the background to color to an image with:

<BODY BACKGROUND="backgndimage.jpg" >...</BODY>