Located in the body is all the html code that the user sees. It should always be located after the <HEAD> </HEAD> statement and is closed with the </BODY> statement.
EXAMPLE
<HTML>
<HEAD>
<TITLE>passion computers <TITLE>
</HEAD>
<BODY>
All of the viewable html is located here.
</BODY>
</HTML>
|
|