Colours
In the previous tutorial, you were shown how to add a background image to your Web page using the attribute, BACKGROUND="". This tutorial describes the remaining attributes associated with the tag, <BODY>. HTML describes colours in HEXidecimal using the RGB (Red-Green-Blue) format, rrggbb.
Below is a table containing a selection of colours. Click here to see a chart displaying possible rrggbb combinations.
The <BODY> attributes that use the rrggbb format are:
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" ALINK="#00FF00" VLINK="#000000"> When you have chosen your colours, it is advisable to be consistant throughout your Web site! If you'd rather allow the browser to decide the colours (most browers allow the user to setup default values), simply leave out the attributes your not bothered about :)
END OF TUTORIAL
|
Go back to Contents | Back|Next |