![]()
Html Color Coding
In Dreamweaver, on your web page,it looks boring to have a white background. In fact, some computers make the background show up as grey. But, you can stop that!
***************************************************************************************************************************
Colors are defined with numbers. For example,
00FF00
that is the color code for green. To make a custom color code, paste this in place of the <body> tag.
<BODY BGCOLOR="00FF00">
if you want a different color, change the number in quotations. Here are some more color codes.
000000-black
00FF00-green
FFFFFF-white
9900FF-pink
0000FF-blue
FFFF00-yellow
FF0000-red
Questions?
email me at zakirgowani@gmail.com