Source


<html> <head> <title>Examples on Backgrounds</title> </head> <body bgcolor="yellow"> <font color="white"> <h3>Background color of this page has been set to yellow...</h3> </font> <table cellpadding="20" border="1"> <tr> <td background="img1.jpg">Column 1</td> </tr> <tr> <td background="img2.jpg">Column 2</td> </tr> <tr> <td background="img3.jpg">Column 3</td> </tr> <tr> <td>Column 4</td> </tr> </table> </body> </html>

Output


Background color of this page has been set to yellow...

Column 1
Column 2
Column 3
Column 4