Home » HTML Form Action

HTML Form Action

by Online Tutorials Library

HTML Form Action

The action is an attribute of <form> element that specifies the url of the second web page. The second page receives the form-data from the first page after the submission of a form.

Syntax

This attribute specifies the URL of a web page as its value which receives the information of the form filled by the user.

Example

Test it Now

This example sent the filled values to the jp.php page with the help of the server after clicking on a register button. If you want to learn the process of a server, then click on this url: https://tutoraspire.com/php-form

Browser Support

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
<form action=” “> Yes Yes Yes Yes Yes

Next TopicHTML Id Attribute

You may also like