CodeCharge Studio

Form

HTML

<form></form>

Description

A form is a container object within which you can place other form controls that submit values. In of itself, a form is not useful but it is indispensable when you need to use controls that display and submit values for processing. A Form element has an action property that is used to specify the page or resource to which the form values should be submitted.


On-line, printable versions and updates