15th March 2010 search this site | sitemap | advertise 

  HTML Tags including BODY - BACKGROUND - BGCOLOR - ALINK - VLINK

spr
Bluehost.com Web Hosting $6.95
spr

HTML tags - Background and Link/Page colour tags


spr
<BODY BACKGROUND="URL of image">

tiles the image given in the URL across the background of the document.

spr
<BODY BGCOLOR="#RRGGBB">

specifies the background colour of the document the value RRGGBB is given in Hexadecimal (base 16) and refers to the 3 colours RED, GREEN and BLUE
i.e a bright red background would be <BODY BGCOLOR="#FF0000">.
spr
<BODY TEXT="#RRGGBB">

specifies the default colour of the text in the document, value RRGGBB given in Hexadecimal (base 16).

spr
<BODY ALINK="#RRGGBB">

specifies the colour of the active link (the link the user has clicked on), the value RRGGBB is also given in Hexadecimal (base 16).

spr
<BODY LINK="#RRGGBB">

specifies the default colour of links within the document, the value RRGGBB is also given in Hexadecimal (base 16).

spr
<BODY VLINK="#RRGGBB">

specifies the colour of visited links in the document, the value RRGGBB is also given in Hexadecimal (base 16).

spr
back to top | back to Tags menu - © Copyright 2001-2010 helpwithpcs.com
spr