|
Element "Form" <form> |
|
|
The Form Element is a container for the form elements. The Form Element is converted to an HTML form during the compile process. The way that we can transmit the user input to the web server is to submit the HTML form. When an HTML form is submitted it carries all contained HTML elements with it to the web server application.
|