HTML:  Background insertion

<Bgcolor="#3366FF">

This tag is used to insert a background colour onto your web page.
<Bgcolor> is the tag used to generate a background.
#3366FF is the colour used for the background

<Body background="Cindy.gif">

This tag is used to insert a background picture onto your web page.  If the picture does not take up the whole page it will either be cut off or tiled.
<Body background> is the tag used to include a background image.
Cindy.gif is the name of the image file used as the background.