<html><head>
<title>The Title Here</title>
<meta name="description" content="">
<meta name="keywords" content="">
<script language=javascript></script>
<base href="URL">
</head>
<body background="sandston.gif" text="#000000" link="#0000FF" VLINK="#FF0000" >
<bgsound loop=yes src="thewave.wav">
<font size=6 color=red face=arial>A font HERE.</font>
<hr width=50% size=10 noshade>
<a href="#place">Link to some Place</a>
<a href=mailto:"you@someISP.com">Email Me</a>
<table border=2 width=50% height=100 ><tr><td colspan=2 valign=top>
<img src="someimage.gif" align="center" alt="This will be an image"
border=1 height=2 width=3 dynsrc="..." hspace=...
ismap loop=... start=... usemap vspace=... >
</td></tr><tr><td>
<abbrev>Abbreviated Text</abbrev>
<acronym>Acronym of Some Sort</acronym>
<big>Big Text</big>
<blockquote>A Blockquote of Some Kind.</blockquote>
<caption>Caption Here</caption>
<cite>Some Sited text</cite>
<del>Deleted Text</del>
<dfn>Some thing important</dfn>
</td><td>
<address><li>An Address
<li>Another Item</address>
<dir><li>directory item
<li>directory item 2</dir>
<em>Emphasized Text</em>
</td></tr></table>
<form method=post action=mailto:pieseczek@hotmail.com><font color=white>
<b>From:</b><input type=text name="From:" size="32">
<b>Subject:</b><input type=text name="subject" size="32">
<b>Date:</b><input type=text name="date" size=32>
<input type=submit value="Submit"><input type=reset>
<textarea name="message" rows=12 cols=64></textarea>
<input type=radio value="">
<select Name="name" Size="N" Multiple">
<option Value="string">
</select>
<input type=checkbox>
</form>
<img src="aName.gif" border=0 usemap="#sidebar" alt="someimage">
<map name="sidebar">
<area shape="rect" coords="17,3,160,24" href="main.html" target=frame3>
</map>
<a name="place">
</body>
</html>
|