First find the <body> statement in your HTML code. Every HTML page has to have a <body> statement. Then we are going to add the BGCOLOR attribute or option to your <body> statement. The complete <body> statement for this page is shown below.
<body bgcolor="#DDDDFF">
Don't worry if your <body> statement has more than what is shown above. If it already has a BGCOLOR attribute then just change the color. If it doesn't then add it. The color is represented by the six digit code in quotes, "#______". Take notice of the # sign. For more on color codes, visit my tutorial page on html color codes.
Did you find this tutorial helpful? If so, please help me to share it with others by linking to it. Just place the HTML code below onto your own Web page to create a link to this tutorial.
Bookmark this tutorial page on your favorite Social Bookmarking site.