Web Forms

Allow a web site to collect data in a structured manner

The web browser renders the form, collects the user's input, and transmits the information to the web server

The method to be used for transmitting the information back to the server is specified in the HTML tag that defined the form.

mailto: the information is send by mail

GET or POST : The information is transmitted to the web server and passed to a specified program for processing