Which attribute is defined to specifies where to send the form -data when a form is submitted (action attribute)
Answers
Answered by
3
hey mate I don't know sorry firend
Answered by
3
The on Submit attribute is defined to specify the destination of form data when it is submitted.
This on submit attribute is string type attribute.
The values of on submit attribute can also be set in the form tag too.
The on submit has higher priority than action attribute .
Therefore, only the on submit attribute is executed first and then it goes to action attribute.
Here, we have set the action attribute of the FORM tag to action_page.php
Similar questions