The Action Attribute

The action attribute defines the action to be performed when the form is submitted.

Output:

Here, the submitted result will open in a new browser tab:

Output:

This example uses the POST method when submitting the form data:

Output 3:

A form with autocomplete on:

Output 4:

A form with a novalidate attribute:

Output 5: