HTML Background


In a web page, the background forms the basis of placing all text, tables, images and so on in the web page.

 

You can set a picture as the background for the entire page and then place elements like tables or text matter or image on the background. 

 

<body>

<p>

background="D://file1/pics/plainbackground.jpg" >

You can see this text on top of the back ground

<\p>

<\body>

 

Here we are signing an image plainbackground.jpg as the background and you can see the text coming up in front of it.