+ 1
what is the use of method attribute?
2 Answers
+ 2
'method" is used with <form>. It specifies how to send form data. Possible uses are 'get' and 'post".
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.