Body
After the HEAD portion of an HTML file, the BODY element contains the PAGE content that users see in the browser window.
Also in BODY element object event handlers are placed. For Example:
<BODY BACKGROUND="SEO.jpg" onLoad="initialize()">
Your page content goes here.
</BODY>