TEXT EDITOR BROWSER
<HTML>
<HEAD>
<TITLE>HTML Class Samples</TITLE>
</HEAD>
<BODY>
<PRE>
This text is 
	in PRE format
		I can put it wherever 
	    I please
		     and it will appear 
	         there on the page

		regardless of 
	 white spaces...
	
</PRE>
</BODY>
</HTML>
This text is 
	in PRE format
		I can put it wherever 
	    I please
		     and it will appear 
	         there on the page

		regardless of 
	 white spaces...
	
PREV NEXT