Site hosted by Angelfire.com: Build your free website today!

HTML Basics: Creating a Form in HTML

<FORM METHOD="post" ACTION="your email address">
<HR>
<H2>Please fill in your name and address:</H2>
<P>Name:<INPUT TYPE="text" NAME="userid" Size="20">
<P>Street:<INPUT TYPE="text" NAME="address" Size="30">
<P>City:<INPUT TYPE="text" NAME="city" Size="15">
<P>State:<INPUT TYPE="text" NAME="state" Size="2">
<P>Zip Code:<INPUT TYPE="text" NAME="zip code" Size="5">
<HR>
<INPUT TYPE="submit" VALUE="send info">
<INPUT TYPE="reset">
</FORM>

To Create a Frame Set in HTML:

PARENT FILE

  1. index.html
  2. frame src tags
  3. frame set tags

LINKS FILE

  1. <A HREF="link.html" TARGET="main">
    <IMG SRC="link.gif"></A>
  2. Links.html

MAIN FILE

  1. This is the body
  2. Main.html