Computer Applications
The two most important attributes of a form are :
- Id and action
- Class and method
- Action and method
- method and id
HTML Advanced Features
2 Likes
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.
Answered By
1 Like
Related Questions
What attributes can be used with the SELECT form ?
- name and multiple
- name, multiple, rows and cols
- name, multiple and size
- multiple and size
Is the size attribute valid for the submit button ?
- Yes
- No
A label's for attribute should match the input's …………… .
- type
- id
- name
- size
Creates blank text field, but shows the text as asterisks.
- Type="text"
- Type="hidden"
- Type="password"
- Type="null"