The ACTION goes with the FORM. The METHOD goes with the FORM. The FORM contains INPUT elements [and optionally other HTML], The INPUT elements contained by the FORM may have one of several [defined] TYPE values. The INPUT element of TYPE "submit" triggers the FORM ACTION using the METHOD defined for the ACTION.