HTML Attribute for <FORM ...>
METHOD =GET |POST

Usage Recommendation
thumbs up Use it.

Take a look at what is actually sent to the web server with each method
METHOD specifies the method of transferring the form data to the web server. METHOD can be either GET or POST. Each method has its advantages and disadvantages.

METHOD=GET >