Computer Science, asked by shalinishaloni12, 3 months ago

◙ Which function is used to sent the form information in the html environment?​

Answers

Answered by vinitaspecificsoluti
2

Answer:

The method attribute specifies how to send form-data (the form-data is sent to the page specified in the action attribute). The form-data can be sent as URL variables (with method="get" ) or as HTTP post transaction (with method="post" ).

Answered by Navika31
0

Answer:

The method attribute specifies how to send form-data (the form-data is sent to the page specified in the action attribute). The form-data can be sent as URL variables (with method="get" ) or as HTTP post transaction (with method="post" ).

Explanation:

pls mark me as a brainly pls

Similar questions