define method and action properties of a form
Answers
Answered by
1
Answer:
The action attribute appears between our opening <form> tag. ... By default, the method attribute is set to “get”. This means that your form will send data over an HTTP GET request when it is submitted. You can change the method by specifying “method='post'” in your opening <form> tag.
Explanation:
please mark me as Brainlist
Answered by
0
Answer:
The action attribute appears between our opening <form> tag. ... By default, the method attribute is set to “get”. This means that your form will send data over an HTTP GET request when it is submitted. You can change the method by specifying “method='post'” in your opening <form> tag
Similar questions