+ 1

what is the use of method attribute?

12th Jul 2016, 10:06 AM
as123
as123 - avatar
2 Answers
+ 2
'method" is used with <form>. It specifies how to send form data. Possible uses are 'get' and 'post".
12th Jul 2016, 10:30 AM
ZinC
ZinC - avatar
0
method is the attribute of the form tag .which is use to sent the form information to the server of the linked site .method has two value get and post ,post is use to send the sensitive information to the database.get is use for receiving the information from the server like the search engine.
12th Jul 2016, 10:24 AM
Suraj Rathod
Suraj Rathod - avatar