A text area with a maximum length of 50 characters:
![]()
The maxlength attribute is supported in Internet Explorer 10, Firefox, Chrome, and Safari.
Note: The maxlength attribute of the <textarea> tag is not supported in Internet Explorer 9 and earlier versions, or in Opera.
The maxlength attribute is supported in all major browsers, except Internet Explorer and Opera.
The maxlength attribute specifies the maximum length (in characters) of a text area.
The maxlength attribute is new for the <textarea> tag in HTML5.
| Value | Description |
|---|---|
| number | The maximum number of characters allowed in the text area |
HTML <textarea> tag
Your message has been sent to W3Schools.