<body background="imagename.gif"> sets the background image
This tag lets you put
an image in the background of your Web page. A big image might appear only once
(depending on the size of the browser window), but smaller images will be
redrawn as many times as necessary to fill a page - a process known as
"tiling."
If you write this in
your HTML document:
<body background="floyd.gif">
... then that Floyd
picture will appear in your background as many times as the browser window and
the size of your image will allow. |