Form Examples
•<form  name=“data” method=“post” action=“http://www.site.com/cgi-bin/myprog”>
•<form  method=“get” action=“/cgi-bin/myprog”>
•<form method=post enctype=“text/plain”
   action=“mailto:me@site.com”> • <input type="text" name=“user" size="25"><br/>
<input type="submit" value="submit">
<input type="reset" value="reset">
•</form>