method:
This is the HTTP method used to submit the form.
Used with Elements:
Content:
"GET" or "POST"
"GET" puts the form data in the URL line as parameters, and post puts the form data in the body of the form sent to the form processing agent.
"GET" puts the form data in the URL line as parameters, and post puts the form data in the body of the form sent to the form processing agent.
Default:
GET
Deprecated in XHTML 1.0:
No
DTD:
XHTML 1.0 Standard

