Computer Applications
The …………… attribute of <INPUT> tag specifies the maximum number of characters for the input field.
- Size
- Length
- Maxsize
- Maxlength
HTML Advanced Features
2 Likes
Answer
Maxlength
Reason — The Maxlength attribute of <INPUT> tag specifies the maximum number of characters for the input field.
Answered By
1 Like
Related Questions
Which of the following are the attributes of the
<INPUT>tag?- Value and Size
- Name and Length
- Type and Text
- None of these
Which attribute of the
<INPUT>tag specifies that the input element should be preselected when the web page loads?- Selected
- Checked
- Default
- None of these
Which attribute of the
<TEXTAREA>tag defines the width of the textarea?- Rows
- Width
- Cols
- None of these
A Form is a collection of …………… of information on a page.