Form: Method

The method attribute specifies the HTTP method (GET or POST) to be used when submitting the forms:

<form action="http://www.w3schools.com/html/action_page.php" method="get">

      or:

<form action="http://www.w3schools.com/html/action_page.php" method="post">
Back button Table of Contents Next button