Computer Applications
Define the following attributes associated with the <INPUT> tag:
i. Type
ii. Value
iii. Size
Answer
i. Type — This attribute specifies what kind of form control will be added to the form. The default type for an input element is "Text". Type attribute can take different values like "Text", "Checkbox", "Radio" or "Password".
ii. Value — It specifies the initial value for the element.
iii. Size — It specifies the width of the input field.