Que : How do I make a picture as a background on my web pages in HTML?
Code :
Explanation :
Code :
<body background="picture.gif">
Explanation :
- Point out the image you wish to use as background image.
- Use "background" attribute.
- The above mentioned line should be the written instead of normal body tag.