This is an example HTML file. There's nothing in it. That's for you.
If you would like to see what it would look like. Copy the HTML
code into a text editor, save it, and open it with your browser.
<html>
<head>
   <META NAME="keywords" CONTENT="enter keywords here">
   <META NAME="description" CONTENT="enter a description here">
   <META NAME="author" CONTENT="enter your name here">
   <title>  Title Name  </title>
         <!-- Comments are inserted like so -->

</head>

<body bgcolor="#CCCCCC" link="red" vlink="yellow" text="#0000FF">
<!-- Comments are inserted like so -->

<h1>Heading Level One</h1>

Text, pictures, links, etc.. go here.
<p>
<i>italics</i> 
<b>bold</b>
<u>underline</u> 
<s>stikethrough</s>
<p>

  <table border=2 cellspacing=10 cellpadding=20 bgcolor="red" align=center>
  <caption align=bottom>  Meine Gute! </caption>
  <tr>
  <td width=100 height=50 bgcolor="blue" valign=bottom align=right> Cell 1 </td>
  <td> Cell 2 </td>
  </tr>

  <tr> 
  <td colspan=2> Cell 3 </td>
  </tr>
  </table>


 <br clear=left> 

And so the men walked on, yet the man in black fled across the desert.

<p>
<hr size="3" width=50% noshade>
<br clear=right>





<img src="https://pkylx1.tripod.com/kimages/busiman.jpg" border=0 vspace=0 hspace=0 name="bob" align=right valign=top height=100 width=100>
<br clear=all>

<a name="internal_link_name">
<p>
Please mail me at 
<a href="mailto:your_email@bla.bla.bla"> bla bla bla </a>

<p>
<center>

<a href="#" target="_self"> image or text </a>
</center>

<p>
<br>
<a href="#internal_link_name">Watch me jump</a>.


<p>
<font color="#FF0000">
<font size="+2">
There's big red words here.
</font>
</font>



<ol type=1 start=425>
<li> list item  </li>
<li> list item  </li>
</ol>

<df>
<dt>DEFINITON TITLE</dt>
<dd>This is the place to tell everyone what is going on.</dd>
</df>



</body>
</html>

Click here to return to the main HTML help page.