What is the purpose of the action attribute in a form?
action
<form action="___" method="post"></form>
To specify the URL where the form data should be sent
To specify the scripting language for form validation
To specify the HTTP method for sending form data
To specify a default button for form submission