How does the user submit the information she entered? Here's how to create SUBMIT and RESET buttons. Inside a FORM container tag, enter a SUBMIT button with the INPUT tag
<INPUT TYPE=SUBMIT>
You can change the label on the submit button by assigning it a VALUE
<INPUT TYPE=SUBMIT VALUE="Done!">
Create a reset button by setting the TYPE to RESET
<INPUT TYPE=RESET>
|
If you want to learn how to search effectively using Google, visit Google Guide, which you can find at www.googleguide.com.