Knowledge check: Form submission
Which form attribute is used to specify the address to which the form data will be submitted to?
method
action
src
Which HTTP method will be used to send data for the following form?
<form>
<button type="submit">Submit</button>
</form>...
eplus.dev2 min read