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 :
- Method and Action
- Get and Post
- Start and Stop
- Begin and End
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.