The <INPUT> tag is used to create multi-line text box.
<INPUT>
2 Likes
False
Reason — The <TEXTAREA> tag is used to create multi-line text box.
<TEXTAREA>
Answered By
3 Likes
The Button element creates button controls.
The Label element is used to describe the Form controls.
Maxlength attribute specifies the width of the input field.
The <OPTION> tag is used with an <INPUT> tag to display a list of options.
<OPTION>