|
When you're adding a color to your Web
page with HTML, sometimes you can just type in the name of the
color. But more often than not, you'll need to use what's called the
hex code (for example - "#FF0000"), which is something that the
browser will be able to understand.
|