A background image for a web page can be set using the <BODY> tag:
| <gras>Attribute <th valign="top" align="center">Visual Effect | |
|---|---|
| BACKGROUND="image" | Displays image as background |
| bgcolor="name_of_Color or #XXXXXX" | Displays the given color as background |
| LINK="Color" | Set the color of hyperlinks |
| ALINK="Color" | Sets the color of the active link |
| VLINK="Color" | Sets the color of already-visited links |
| TEXT="Color" | Default text color |
Colors are defined using the notation #RRGGBB, where RR, GG, and BB each represent a hexadecimal value between 00 and FF for Red, Green, and Blue, respectively.
[htmlcouleurs.php3 See Color Table]