<HTML>
<HEAD>
<TITLE> THIS IS A TITLE </TITLE>
title
<A NAME ="title"> start</A>
</HEAD>
<BODY>
<body bgcolor=#9acd32"> <!-- check the website clors in fav-->
<h1> start </h1>
THIS IS THE BODY <BR>
<B>IM</B> <U> JORDAN </U> <TT> FLORENCIO </TT><I>JAVIER</I><br>
enter password <input type="password" size=5 maxlength=5>
<h3>paragraphs</h3>
<p> this is a paragraph part of the web site. let's see how it works. blah blah blah blah blah blah blah blah blah blah </p>
<p> another paragraph </P>
<HR><BR> THIS IS MY WEBSITE
<!--comment and comment-->
<blockquote> this is the block quote of the page just keep one typing to see how the block quote works"</blockquote>
<h6> lists</h6>
<OL> ordered list <br>
<LI> test one
<LI> test two
</OL>
<UL> unoredered list <BR>
<LI> test one
<LI> test two
<UL> nested ordered list <BR>
<LI> test one again
</UL>
<LI> test three
</UL> <DL> <DT>definition <DD>define it </DL>
<A HREF = "http://www.yahoo.com"> yahoo search engine</A><BR>
<A HREF="c:/program files/online services/at&t/earth.gif"> click for earth picture</A><BR>
image
<IMG SRC="/program files/online services/at&t/earth.gif" align=middle>here
<BR><A HREF ="#title"> back to top</A>
<pre> enter name <input type=text name="username" size=9 maxlength=12>
</pre>
<input type="radio" name="looks" value=pangit>pangit ka<br>
<input type="radio" name="looks" value=maspangit checked> mas pangit ka<br>
<!--u cld change radio to checkbox to have multiple choices-->
</BODY>
</HTML>