CBSE Class 10 Computer Applications
Question 8 of 12
Solved Sample Paper 4 — Question 3
Back to all questionsThe various attributes of <INPUT> tag are:
- Type — The 'type' attribute determines the type of form control that will be added to the form area.
- Name — The name attribute specifies the name of the <INPUT> tag.
- Value — The Value attribute specifies the initial value for the field.
- Size — The size attribute specifies the width of the input field .
- Maxlength — The Maxlength attribute specifies the maximum number of characters for the input field.