|
CodeAve.com - CSS - Page Display | |||
|
|
|||
| Background Color | ||||
|
|
||||
<html> <head> <title>CodeAve.com/CSS - Body Background Color</title> <style type="text/css"> <!-- body {background-color: #FFFF66} /* Setting the body tag with a background-color attribute will change the color of the entire window (in this case yellow) */ --> </style> </head> <body> <center> The background of this page has been set to yellow by a background color style command set for the body tag </center> </body> </html>
|
||||
|
|
||||