Computer Science, asked by TbiaSamishta, 1 year ago

Which of the following attribute of form is used to specify where to send the form data when the form is submitted ?(a) method (b) action (c) submit (d) input

Answers

Answered by Secondman
6

"Option (b) action.

Action attribute of form is used to specify where to send the form data when the form is submitted. Method is used to specify the http action that needs to be performed, that is whether get or post. Input is the tag that specifies the input field for the user to enter data. Submit is the action that the user need to perform to complete the action.

"

Answered by goreb9462
1

Answer:

Explanation:

Submit

Similar questions