How to make a picture a background image of a web page?
Answer:
To make a picture a background image on a web page, you should put the following tag code after the 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.