How to change the background color of your pages in HTML and CSS
Posted in CSS, HTML, Tutorials on Mar 19th, 2007 No Comments »
This tutorial is geared to help you get to know how to change the background color of your web page, using both the traditional HTML approach, and the new improved CSS approach.
If you wanted to change the background of the web page to black (hex color code #000000) with traditional HTML you would use the following code to accomplish that..