LERN HTHL at frteaky.com  

hi this is my page

=

hi this is my page


<b>bold</b>

=

bold


<I>Italic></I>

=

ITALIC


<u>

=

underline


<font color=red>c</font><font color=blue>o</font><font color=green>l</font><font color=brown>o</font><font color=orenge>r</font>

=

c              o             lo               r


<b> <u> <i> <font color=green> bold, underline, italce, green </b> & #60/u> </i> </font>

=

bold, underline, italce, green


<hr>

=



this<P>is<P>broken<P>up

=

this

broken

up


this text is not in the center.<center>this is.</centre>

=

this text is not in the center
this is
<BODY bg color=red>RED BACK GROUND</BODY>

=

RED BACK GROUND


<a href="http://www.google.com"> click here and go to google</a>

=

click here and go to google


<IMG SRC="good_monky.jpi">

=

(note: you mut donlode and name the imge befor you type it in)


<a href="http://www.google.com"> <IMG SRC="good_monky.jpi"> </a>

=

(click on the monky and go to google)


 <table border=5> <TR>  <TD>CELL 1</TD>  < TD>CELL 2</TD>  <TD>CELL 3</TD> </TR> <TR>  <TD>CELL 4</TD>  <TD>CELL 5</TD>  <TD>CELL 6</TD> </TR>   <table>

=

CELL 1 CELL 2 CELL 3
CELL 4 CELL 5 CELL 6

 <table border=5> <TR>  <TD col span=3>CELL 1</TD> <TR>  <TD>CELL 2</TD>  <TD>CELL 3</TD>  <TD>CELL 4</TD> </TR>   </table>

=

CELL 1
CELL 2 CELL 3 CELL 4


<table border=5> <tr>  <td rowspan=2>cell1</tr>  <TD>CELL 5</TD>  <TD>CELL 6</TD> </TR> <tr>  <TD>CELL 5</TD>  <TD>CELL 6</TD> </TR> </table>

=

cell1
CELL 2 CELL 3
CELL 4 CELL 5