METHOD
This attribute is used to specify in what format the data is to be sent to the form processor. POST will send the data as the standard, or defualt, input for that program. GET wil send the form data as an environment variable.
syntax:
METHOD="POST or GET"
The HTML element(s) this attribute is used with are:
FORM