<BODY> Document Body

Description
Denotes the body of a document. All visible items in the document must reside within the <BODY> tag. When a document contains frames, the <FRAMESET> tag replaces the <BODY> tag.

The BGPROPERTIES attribute is Internet Explorer specific. There is only one possible value, fixed. It causes the background image to remain stationary even when you scroll down the page.

Syntax
<BODY [BACKGROUND=URL of background image] [BGPROPERTIES=fixed] [TEXT=default text color] [ALINK=active link color] [LINK=unvisited link color] [VLINK=visited link color]>

Document body

</BODY>