Adding
Backgrounds
Adding
a background to a web page is very easy. In the body tag you would type the
following code like this:
<body
bgcolor="blue">
This
would make the background color of the web page blue. Now if you wanted to use
a picture for the background you would type background="picture.gif"
instead of the bgcolor. When ever you choose a background make sure it is not
so dark or bright that it becomes hard to read and unpleasant to the eye. Also
it is the same thing as pictures, do not choose a picture that is too big or
it will slow down the loading of the web page. You can also change the background
color for tables and individual cells by just adding the bgcolor or background
in the tags, ie.
<table background="picture.gif">