1.

Which attribute tell the server how to submit the form information?

Answer»

The METHOD attribute of the FORM element tells the web browser how to SEND form DATA to a server. Specifying a value of GET means the browser will add the form contents to the end of the URL.



Discussion

No Comment Found