CBSE Class 10 Computer Applications
Question 18 of 48
HTML III — Audio, Video and Forms — Question 7
Back to all questions 7
Question Question 7
The <input> tag has several kinds of controls which are dictated by the ............... attribute.
- SRC
- value
- name
- type
type
Reason — The <input> tag has several kinds of controls which are dictated by the TYPE attribute. It indicates the type of input control we want to create. This element is used to create other form controls such as radio buttons and checkboxes.