Ross Sheppard High School
Computer Programming 10 Student Learning Guide
Changing the Link Color
When you have finished this project, you will be able to:
set the color of links
describe the following terms:
LINK
ALINK
VLINK
You have learned that you can change the background color of your web page and
the color of your text using the <BODY BGCOLOR> or the <FONT COLOR="#COLOR SPECIFICATION">
tags.
As you complete this project, you will learn how to change the link and the link
visited colors. Note, however, that people expect the link color to be blue and the visited link color to normally
be purple. You should change the link and visited link colors only when it enhances the design
of your web page or is required because the link and visited link colors can not be seen against your background.
If the latter is the case - that is your background hides the link and visited link color - you may wish to change
the background.
Open your web page in NotePad.
Find the <BODY> tag and insert the cursor just before the >.
NOTE: Do NOT create a new BODY tag - there can be only 1 BODY tag on a Web page.
The syntax for the link color is:
LINK="COLOR SPECIFICATION"
and for visited links:
VLINK="COLOR SPECIFICATION"
and for the active link (the one the mouse is over):