Form Tags
SUBMIT
The Submit Button allows
your visitor to send the contents of the completed form back to you.
Example Submit Button:
Here's the html code:
<P><INPUT TYPE="submit" NAME="submit" VALUE="Submit
Your Form!"></P>
Parts of the Submit Tag
NAME="submit"
VALUE="anytext" Optional
The Value is the name of the button as is appears on the form. You can change it to anything you want, or leave
it as "Submit".
Notes
Not much to say about this button, except that you need it for your visitors to submit their forms. There's
no other way!
|