|
The <BODY></BODY> tag pair contains all the information you want
to share with the public, including pictures, tables, lists, text and
hyperlinks. All the tags which introduce these elements must be nested inside the
<BODY></BODY> tag pair. The opening <BODY> tag appears right after the closing </HEAD> tag. The closing </BODY> tag closes the body, and is the last item on the page, before the closing </HTML>tag. The closing </BODY> and closing </HTML> are placed one right after the other.
Everything that is to be seen in the browser window must be place after the opening <BODY> tag and before the closing </BODY> tag. |