HTML Form

Form is a interface for user input data or download data as report.

Syntax
< Form Name= “….” Action = “ URL” Method = “Post/Get” >
Element Form (TextBox , Checkbox ,Button , .......)
</Form>

There are two method for sending data in form html:
- method "get": show data (static) on URL.
- method "post": show data (dynamic) on URL.
*Attribute : Name , Type , Size , ReadyOnly , Value , Password , MaxLength, Align , Id , ............