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