Lesson 15: Changing the color of the Text
Return to Lesson 14
Continue on with Lesson 16
There are basically three types of text that you can
change the color of: the regular text, the unvisited
links and the visited links.
These statements are also added to the tag.
To change the text:
To change the unvisited link:
To change the visited link:
So the whole body tag could look like this:
This would put a black background, red text, blue unvisited links
and green visited links.
or
This would make the same color changes as the first
example, except instead of a black background there
would be an image background.
Assignment 15
Experiment with the various text colors on your personal
webpage. Remember to choose colors that are easy for
the people visiting your page to read. There is a list of
colors and codes at the end of this tutorial.
end of lesson