Form Tag
A Form is a collection of data in specific fields. Forms are used to build interactivity in the web page. This is a non-empty tag.
A Form is a collection of data in specific fields. Forms are used to build interactivity in the web page. This is a non-empty tag.
Form Tag
A Form is a collection of data in specific fields. Forms are used to build interactivity in the web page. This is a non-empty tag.
Attribute of form are
1.ACTION
This is used to specify the e-mail address to which the information is to be sent or the URL of the CGI program which will use and process the information.
2.METHOD
This specifies that the information field in the form should be posted to the URL which is given in ACTION attribute. There are only two possibe value for the METHOD attributei.e GET or POST. The default value is GET.
Syntax
<FORM METHOD=POST ACTIOM="http://database.com">
Login for comment