Maxlength attribute specifies the width of the input field.
1 Like
False
Reason — Maxlength attribute specifies the maximum number of characters that the user can enter into the input field.
Answered By
2 Likes
The Label element is used to describe the Form controls.
The <INPUT> tag is used to create multi-line text box.
<INPUT>
The <OPTION> tag is used with an <INPUT> tag to display a list of options.
<OPTION>
Rows attribute defines the height of the Textarea.