The "action" attribute in the form element specifies the ______ to which the form data is sent.

  • URL 
  • element 
  • enctype 
  • method 
The "action" attribute in the form element defines the URL where the form data should be sent after submission. It can be an absolute or relative URL. The server at that URL then processes the form data, often saving it or sending an email, depending on the back-end logic. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *