|
CodeAve.com - CSS - Page Display | |||
|
|
|||
| Background Image | ||||
|
|
||||
<html> <head> <title>CodeAve.com/CSS - Body Background Image</title> <style type="text/css"> <!-- body {background-image: url(images/bg1.gif) } /* Setting the body tag with a background-image attribute will fill in the entire browser with the referenced image repeated by default */ --> </style> </head> <body> <center> The background of this page is utilizing an image that is repeated (by default) to fill the browser window. </center> </body> </html>
|
||||
|
|
||||