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 :

  1. Id and action
  2. Class and method
  3. Action and method
  4. method and id
Answer

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.