COLOUR MENU
COLUOR: The world is of colours - Lets Use
Them!
Let's
begin the journey of colours
Having colours on your web page is a wonderful
thing because it makes your
web page stand out. It tells the world who you
are. There are over hundreds of
colours that you can use.
If I wanted to set the
word "blue" with the colour blue in the sentence "The big and shy
blue boy is here" this is what I would do.
The big and shy<font color="blue">blue</font> boy is here
This is what it will look like:
The big and shy blue boy is here
(for more info on colour codes,
visit the colour code)
Changing Full Page
Text Colours
You have the
ability to change full page text colors over four levels:
<TEXT="######"> - This denotes the full page text color.
<LINK="######"> - This denotes the color of the links on your page.
<ALINK="######"> - This denotes the color the link will flash when clicked
upon.
<VLINK="######"> - This denotes the colors of the links after they have
been visited.
These commands come right the <TITLE> commands. Again, in that
position they
affect everything on the page.
Also... place them all together inside the same
command along with any
background commands. Something like this:
<BODY
BGCOLOR="######" TEXT="######" LINK="######">
(Note: Replace The "#"
with a special Code - See The Colour Code For More Info)
Example A
Here is an example of the above command.
<BODY BGCOLOR="FFD700" TEXT="FF0000"
LINK="00FF00">
This command will make the background
colour to "gold" with text colour red
and link colour light green. Here is an example of what I
mean.
(Click on the image for a better view)
Visit The Colour Code For
Additional Information On The Code Of Colours
End of Lesson
|