left up right
FORM Element
method
HTTP request to be used (GET or POST)
action
Script to process the data

<form method = "post" action = "/cgi-bin/script.cgi">
</form>