Archive for the 'CSS' Category

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..