The <OPTION> tag is used with an <INPUT> tag to display a list of options.
<OPTION>
<INPUT>
1 Like
False
Reason — The <OPTION> tag is used with a <SELECT> tag to display a list of options.
<SELECT>
Answered By
3 Likes
The <INPUT> tag is used to create multi-line text box.
Maxlength attribute specifies the width of the input field.
Rows attribute defines the height of the Textarea.
Which Input attribute of HTML form specifies the initial value to the field?