Answers for "What is the HTML form input used to send information of the form to the server?"

3

forms in html

<html>
<form action= "your site" method = "post/get">
  </form>
</html>
Posted by: Guest on June-02-2020

Code answers related to "What is the HTML form input used to send information of the form to the server?"

Browse Popular Code Answers by Language