10.6k views
3 votes
Select the statement below that is TRUE about forms.

A) It is recommended to use mailto: as the action on a form since that is the easiest for the web developer.
B) A form can be used to pass information to a program or script on the web server.
C) The tag is optional
D) None of these is true.

User Sphennings
by
5.2k points

1 Answer

5 votes

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.

User Tamuhey
by
5.2k points