Answer: A form can be used to pass information to a program or script on the web server.
Step-by-step explanation:
The <form> tag which is often used in html pages are use to pass the information collected with the help of the submit button. A form can be designed in any web page with the <form> and </form> tags. It can contain textfields, textboxes, checkboxes and all the information entered in the form has to be submitted using get/post method, so that they could be passed onto the web server.