![]() |
HTML Basics:
|
|
||||
![]() |
The Page Properties of an HTML page include the background (color or image), text color, and link colors. Choosing a combination that is attractive and readable is a challenge. Color Numbers & NamesPrimary ColorsThe monitor lights up dots of red, green, and blue to different intensities to form all other colors. These three are the primary colors for emitted light. Most of us are more familiar with the primary colors for paints: red, yellow, blue. In HTML code you identify a color with three pairs of numbers, written together in the form #rrggbb. The pairs range from 00 to FF, in hexadecimal numbers. For example, the number #00FFFF sets the amount of red = 00 (which means none), green = FF and blue = FF, which is the maximum value. FF is the same as 255 in regular base 10 numbers. |
![]() |
Project 2: HTML Basics |
|||||||||||
Named Colors:
Browser-safe colors:
Start with: Change Colors
Source Code for Page PropertiesHTML codes for the color attributes of the page:
Custom ColorIf you do not like the colors in the drop list, you have many other choices in the Color dialog. Let's create a custom color.
|
![]() |
~~ 1 Cor. 10:31 ...whatever you do, do it all for the glory of God. ~~ |