HTML action attribute
The action attribute of <form> element defines the process to be performed on form when form is submitted, or it is a URI to process the form information.
The action attribute value defines the web page where information proceeds. It can be ".php", ".jsp", ".asp", etc. or any URL where we want to process our form.