HTML Tags including BODY - BACKGROUND - BGCOLOR - ALINK – VLINK
-----------------------------------------------------------------------------------------------------------
HTML tags - Background and Link/Page colour tags
------------------------------------------------------------------------------------------------------------
<BODY BACKGROUND="URL of image">
tiles the image given in the URL across the background of the document.
<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">.
<BODY TEXT="#RRGGBB">
specifies the default colour of the text in the document, value RRGGBB given in Hexadecimal (base 16).
<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).
<BODY LINK="#RRGGBB">
specifies the default colour of links within the document, the value RRGGBB is also given in Hexadecimal (base 16).
<BODY VLINK="#RRGGBB">
specifies the colour of visited links in the document, the value RRGGBB is also given in Hexadecimal (base 16).
No comments:
Post a Comment