To make a picture a background image on a web page, you should put the following tag code after the </head> tag.
<body background = "image.gif">
Here, replace the "image.gif" with the name of your image file which you want to display on your web page.