What is the attribute of <Form> tag?
-
METHOD
-
ACTION
-
Both (1) and (2)
-
None of these
C
Correct answer
Explanation
The <Form> tag is container tag, which has different attributes like METHOD and ACTION. Method can be 'Get' or 'Post' and Action attribute gives the address of the script that will process the form. Where ACTION tag is required attribute, whereas METHOD is optional attribute.