we use maxlength attribute specifies the maximum number of characters for the input field in form is true or false
Answers
Answered by
6
Answer:
The maxlength attribute defines the maximum number of characters (as UTF-16 code units) the user can enter into an <input> or <textarea> . This must be an integer value 0 or higher. If no maxlength is specified, or an invalid value is specified, the input or textarea has no maximum length
Similar questions