------------ HTML Form ------------ HTML
If you click the "Submit" button, the form-data will be sent to a page called "/action_page.php".
The Element ------------------- The element is the most important form element. The element can be displayed in several ways, depending on the type attribute. Here are some examples: +------------------------+--------------------------------------------------------------+ | Type | Description | +========================+==============================================================+ | | Defines a one-line text input field | +------------------------+--------------------------------------------------------------+ | | Defines a radio button (for selecting one of many choices) | +------------------------+--------------------------------------------------------------+ | | Defines a submit button (for submitting the form) | +------------------------+--------------------------------------------------------------+ Text Input ^^^^^^^^^^ defines a one-line input field for **text input**: .. code-block:: html :linenos: