62
Netprog 2002  -  HTTP
Form Elements
•Each HTML form contains the following:
–<FORM>, </FORM> tags
–The <FORM> tag has two required attributes:
•METHOD specifies the HTTP method used to send the request to the server (when the user submits the form).
•ACTION specifies the URL the request is sent to.