eHow launches Android app: Get the best of eHow on the go.
Summary: To add background color to a Web page, have basic HTML tags in place, add the background color attribute to the body tag as a hexadecimal number, an RBG value or a color name. Add a background color that works with the text color when creating a Web site with tips from a software developer in this free video on Web design and the Internet.
Luis Estrada has a Bachelor's degree in Computer Science. He specializes in developing web sites and web applications. Estrada has been designing and creating websites for more than 8...read more
"Hello, my name is Luis Estrada, and I am a software developer. In this video, I will show you how to add a background color to a web page. Once you have your basic html tags in place go to the body tag and add the bg color attribute. The value of this attribute can be a hexadecimal number, an rgb value which stands for red, green, blue, or a color name. For example, type bgcolor=black, save the file, and reload it on the browser. You see that the background has changed; however, the problem is that since it is the same color as the text it makes it impossible to see. Be careful when using combinations of background and font colors. If you use a dark color for the background you should use a white font. Depending on the background color you choose you might make your text easier, more difficult, or even impossible to read. Also, be very careful not to use background colors that hurt the eyes like red and yellow. By far, the two most used colors for background are white and black. If there is a certain color that you want to use but it does not have a common name like blue or red, you can specify the color with a hexadecimal number. For a table of common colors go to the website at web-source.net, and click on the Web Safe colors link. Scroll down, and you will see the table holding the hexadecimal, or rgb values. Choose one of the colors, copy the number, and paste it in the source file like this, save the file, and refresh. If you prefer to use the rgb code you should write... I am Luis Estrada, and I've just shown you how to create web pages using html."
eHow Article: How to Add a Background Color to a Web Page