Notes to "Introduction to Web Design Day Three | Advanced Use of the Body Tag"
1.
background: deprecated
W3C
Deprecated Example:
<BODY BACKGROUND="image.gif">
CSS Example:
<STYLE TYPE="text/css">
BODY { background: url(starfiel.gif) black }
</STYLE>
The color specified after the image is for when the image is not available.
Return to "Introduction to
Web Design Day Three | Advanced Use of the Body Tag"
|