<div>The basic syntax for a form is: <form action="[URL]">...</form> <br>When the form is submitted, the form data is sent to the URL specified in the ACTION attribute. This URL should refer to a server-side (e.g., CGI) program that will process the form data. The form itself should contain<br><br>* at least one submit button (i.e., an <input ...="" type="submit"> element),<br>* form data elements (e.g., <input>, <textarea>, and <SELECT>) as needed, and<br>* additional markup (e.g., identifying data elements, presenting instructions) as needed.</textarea> </div>