What does the action attribute in a form specify?
action
<form action="https://example.com/submit.php">...</form>
The URL to which the form data is sent
The behavior of the form
The default values of form elements
The HTTP method used