HTML elements that are used to capture form data are specified as attributes of <input> .. </input> tags which are used in <form> tags.
Form elements include : Textfield Hidden Field Password TextArea Radiobutton Checkbox Button Image Button Submit Button Reset Button Drop-Down Menu Each element of the form can be named using 'Name' property, which inturn is used to reference that particular element in JavaScript or in server-side script. There are several other properties and methods associated with each of these form elements.