What is the purpose of the action attribute in a <form> tag?
action
<form>
To disable the form
To specify the URL to which the form data will be sent
To set the HTTP method for the form submission
To define the type of input for form elements