CBSE Class 10 Computer Applications
Question 37 of 48
HTML III — Audio, Video and Forms — Question 8
Back to all questions 8
Question Question 8
The two most important attributes of a form are :
- Id and action
- Class and method
- Action and method
- method and id
Action and method
Reason — The two most important attributes of a form are ACTION and METHOD.
ACTION attribute specifies any URL script which will receive uploaded data and METHOD specifies the method which will be used to upload data.