1.

Discuss the Forms in HTML.

Answer»

1. Forms in HTML are used to accept user input. 

2. A Form is a collection of different elements also called controls.

3. Name attributes specifies a name to a form. 

4. The Action attribute specifies the path where the form is to be submitted. 

5. The Method attribute specifies the get or post method to be used when submitting the form data. 

6. The default method of submitting form data is GET. 

7. The data submitted by using GET is visible in the address bar. 

8. The POST method of sending data does not display the form data in the address bar.



Discussion

No Comment Found

Related InterviewSolutions