CBSE Class 10 Computer Applications Question 17 of 48

HTML III — Audio, Video and Forms — Question 6

Back to all questions
6
Question

Question 6

A form has two required attributes. These are :

  1. Method and Action
  2. Get and Post
  3. Start and Stop
  4. Begin and End
Answer

Method and Action

Reason — The <FORM> tag always takes two attributes — ACTION and METHOD.

ACTION attribute specifies any script URL that will receive uploaded data and METHOD specifies the method which will be used to upload data.