<HTML>
<HEAD>
<TITLE>Body Tag Example</TITLE>
</HEAD>
<BODY>
 
This is a very simple web page.  Notice that           
the browser does not pay  attention  to   spaces
that we 
add to our document unless you specify what type
of spacing                             you want

<P>

Like when you use a paragraph tag or a <BR>
break line tag

<P>

And here are some horizontal rules

<HR>

<HR 	ALIGN 	= "CENTER"
	SIZE 	= "10"
	WIDTH	= "50%" 
	COLOR	= "AA0000" NOSHADE>

</BODY>
</HTML>
Interpret this Example
Simple HTML Example Other Basic HTML Tags
[Mon Feb 7 14:05:10 2000]