Site hosted by Angelfire.com: Build your free website today!
Click here for some of my notes on some the html I used.
<body bgcolor="#000000" text="#FFFFFF">
*Black(#000000) background color and white(#FFFFFF) text
To center things
<CENTER>
To center things
</CENTER>
text <FONT color="red">text</FONT>
text <FONT color="#FF0000">text</FONT>
text <FONT face="impact">text</FONT>

text <FONT size=-2>text</FONT>
text <FONT size=-1>text</FONT>
text <FONT size=+0>text</FONT>
text <FONT size=+1>text</FONT>
text <FONT size=+2>text</FONT>

text <I>text</I>
text <B>text</B>
text <U>text</U>
text <STRIKE>text</STRIKE>
text <SUP>text</SUP>
text <SUB>text</SUB>



<hr width=50%>

<hr width=25%>

<hr width=50% size=1>

<hr width=50% size=2>

<hr width=50% size=3>

<hr width=50% size=4>

<hr width=50% size=3 noshade>

<hr width=50% size=4 noshade>

<hr width=50% size=3 color="red">

<hr width=50% size=3 color="#FF0000">

<hr width=50% size=3 color="#00FF00">

<hr width=50% size=3 color="#0000FF">

HEADING1

<H1>HEADING1</H1>

HEADING2

<H2>HEADING2</H2>

HEADING3

<H3>HEADING3</H3>

HEADING4

<H4>HEADING4</H4>
HEADING5
<H5>HEADING5</H5>
HEADING6
<H6>HEADING6</H6>
  1. ATTEND WORKSHOP
  2. LEARN HTML
  3. DESIGN WEB PAGE
<OL>
<LI>ATTEND WORKSHOP
<LI>LEARN HTML
<LI>DESIGN WEB PAGE
</OL>

  1. First item
  2. Second item
  3. Third item
  4. Forth item
<OL type="I">
<LI>First item
<LI>Second item
<LI>Third item
<LI>Forth item
</OL>

  1. First item
  2. Second item
  3. Third item
  4. Forth item
<OL type="i">
<LI>First item
<LI>Second item
<LI>Third item
<LI>Forth item
</OL>
<UL>
<LI>APPLES
<LI>ORANGES
<LI>BANANAS
</UL>

<UL type="circle">
<LI>APPLES
<LI>ORANGES
<LI>BANANAS
</UL>

<UL type="square">
<LI>APPLES
<LI>ORANGES
<LI>BANANAS
</UL>
HALLOWEEN
A SCARY HOLIDAY!
HALLOWEEN
A SCARY HOLIDAY!
<DL>
<DT>HALLOWEEN
<DD>A SCARY HOLIDAY!
</DL>
<DL>
<DT>HALLOWEEN
<DD>A SCARY HOLIDAY!
</DL>
          Put words
in         ^    a
    certain               place
<PRE>
          Put words
in         ^    a
    certain               place
</PRE>


<EMBED SRC="test.mid" autostart=false hidden=false loop=true>

<EMBED SRC="test.mid" autostart=false hidden=false loop=false width=400 height=100>
<img src="ryuu.gif">

<img src="ryuu.gif" border=20>

mouse over picture message<img src="ryuu.gif" alt="mouse over picture message">

<img src="ryuu.gif" height=25 width=25>

<img src="ryuu.gif" align="right">

<img src="ryuu.gif" align="left">


breaks
and paragraphs

breaks<br>and paragraphs


breaks
and paragraphs

<img src="ryuu.gif" align="left">breaks<br>and paragraphs


breaks
and paragraphs

<img src="ryuu.gif" align="left">breaks<br clear=all>and paragraphs


breaks

and paragraphs

breaks<p>and paragraphs


Go to Page 2 <a href="page2.html">Go to Page 2</a>

E-mail: John9120@angelfire.com E-mail:<a href="mailto:john9120@angelfire.com">Mail to john9120@angelfire.com</a>

Go to Google <a href="http://www.google.com">Go to Google</a>

Go to Google <a href="http://www.google.com" title="Go to Google">Go to Google</a>

Go to Google(in new window) <a href="http://www.google.com" target="_blank">Go to Google(in new window)</a>

Download Example <a href="example.zip">Download Example</a>

<a href="page2.html"><img src="ryuu.gif"></a>

<a href="example.zip"><img src="ryuu.gif" border="0"></a>



<img src="ryuu.gif" height=200 width=200 usemap="#map1">
<map name="map1">
<area shape="rect" coords="0,0,100,100" href="page2.html">
<area shape="rect" coords="100,0,200,100" href="test.mid">
<area shape="rect" coords="100,100,200,200" href="example.zip">
</map>

<img src="ryuu.gif" height=200 width=200 usemap="#map2">
<map name="map2">
<area shape="circ" coords="100,100,50" href="example.zip">
<area shape="circ" coords="100,100,100" href="page2.html">
</map>
Cell1Cell2
Cell3Cell4
<table border=1>
<tr>
<td>Cell1</td>
<td>Cell2</td>
</tr>
<tr>
<td>Cell3</td>
<td>Cell4</td>
</tr>
</table>

Cell1Cell2
Cell3Cell4
<table border=0>
<tr>
<td>Cell1</td>
<td>Cell2</td>
</tr>
<tr>
<td>Cell3</td>
<td>Cell4</td>
</tr>
</table>


Cell1Cell2
Cell3
<table border=1>
<tr>
<td>Cell1</td>
<td>Cell2</td>
</tr>
<tr>
<td colspan="2">Cell3</td>
</tr>
</table>


Cell1 Cell2
Cell3
<table border=1>
<tr>
<td rowspan="2">Cell1</td>
<td>Cell2</td>
</tr>
<tr>
<td>Cell3</td>
</tr>
</table>


Cell1 Cell2
Cell3
<table border=1 align="right">
<tr>
<td rowspan="2" bgcolor="red">Cell1</td>
<td>Cell2</td>
</tr>
<tr>
<td>Cell3</td>
</tr>
</table>


Cell1 Cell2
Cell3
<table border=1 align="center" bgcolor="red">
<tr>
<td rowspan="2">Cell1</td>
<td>Cell2</td>
</tr>
<tr>
<td>Cell3</td>
</tr>
</table>


Cell1 Cell2
Cell3
*Textbelow
<table border=1 align="right" bgcolor="red">
<tr>
<td rowspan="2">Cell1</td>
<td bgcolor="blue">Cell2</td>
</tr>
<tr>
<td>Cell3</td>
</tr>
<caption align=bottom>*Textbelow</caption> </table>


Cell1 Cell2
*Textbelow
<table border=1 align="right" bgcolor="red">
<tr>
<td rowspan="2">Cell1</td>
<td bgcolor="blue">Cell2</td>
</tr>
<tr>
<td><img src="ryuu.gif"></td>
</tr>
<caption align=bottom><I>*Textbelow</I></caption> </table>


Cell1 Cell2 Cell3
*Textbelow
<table border=1 align="right" bgcolor="red" cols=3 rows=2>
<tr>
<td rowspan="2"><font color="yellow">Cell1<font></td>
<td bgcolor="blue">Cell2</td>
<td bgcolor="green">Cell3</td>
</tr>
<tr>
<td><img src="ryuu.bmp"></td>
</tr>
<caption align=bottom>*Textbelow</caption> </table>


Back to Home