Sunday 25 September 2011

Que : How do I make a picture as a background on my web pages in HTML?

Que : How do I make a picture as a background on my web pages in HTML?

Code :
<body background="picture.gif">

Explanation :
  1. Point out the image you wish to use as background image.
  2. Use "background"  attribute.
  3. The above mentioned line should be the written instead of normal body tag.

No comments:

Post a Comment