Background of a document
The screen you are seeing is a screen with inserted background image. And you will see a various color of the text effect in this page.
HTML document consists of mainly HEAD section and BODY section.
BODY Section
Background of a document will be defined here.
How to effect background in BODY section
<BODY background=imagefile bgcolor=color text=color link=color vlink=color>
background
Images will be full of background with 'background=' expression.
backround Expression
background=html15-2.gif
background=html16-1.gif
background=html16-2.gif
bgcolor
This defines background color with 'bgcolor= '
In case of background is defined, bgcolor is not effected.
bgcolor Expression
color=[RGB expression]
color=rrggbb
bgcolor=ff0000 : Red Color
bgcolor=00ff00 : Green Color
bgcolor=0000ff : Blue Color
backround and bgcolor designation at the same time
background=html15-2.gif bgcolor=ff0000 : Red Color
Red background color is not effected due to background image designation.
text
text color definition
link
hyperlink color definition
vlink
viewed hyperlink color definition