- RGB And Color Names
- You can use hexadecimal colors, or just the color name itself (blue). These colors are used for background or text color.
<HTML>
<HEAD>
<TITLE>My First Web Page</TITLE>
</HEAD>
<BODY BGCOLOR="#000000" TEXT="#00FF00" LINK="yellow" VLINK="orange" ALINK="red">
</BODY>
</HTML>