
Hi friends,
The basic syntax for a form is:
<FORM ACTION="[URL]">...</FORM>
When the form is submitted, the form data is sent to the URL specified in the ACTION attribute. The form itself should contain
1-at least one submit button (i.e., an <INPUT TYPE="submit" ...> element),
2-form data elements (e.g., <INPUT>, <TEXTAREA>, and <SELECT>) as needed