Choose the correct option.
Use of method attribute determines by which method the datas in the form will be submitted.
Method can be POST or GET.
Default method in HTML is GET.
All of the above
Answers
Answered by
3
GET is the default method. And to send data we use POST method.
Syntax:
<form method="get|post">
Answered by
0
Answer: All three options are true with reference to the GET method in HTML.
Explanation:
The use of the method attribute determines by which method the data in the form will be submitted. And the method can be POST or GET. Or the Default method in HTML is GET.
As All three options are true with reference to the GET method in HTML.
The action attribute defines the action to be performed when the form is submitted. Usually, the form data is sent to a file on the server when the user clicks on the submit button.
#SPJ3
Similar questions