English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Die maxlength-Eigenschaft legt die maximale Länge des Textfelds (in Zeichen) fest. Die maxlength-Eigenschaft ist ein HTML5 The new attribute of the <textarea> tag in the syntax.
Ein Textfeld mit einer maximalen Länge von60 Zeichen:
<textarea maxlength="60"> Geben Sie hier Text ein... </textarea>Test to see ‹/›
IEFirefoxOperaChromeSafari
Internet Explorer 10, Firefox, Chrome and Safari support the maxlength attribute.
Note:Opera or Internet Explorer 9 and earlier versions do not support the maxlength attribute of the <textarea> tag.
All major browsers except Internet Explorer and Opera support the maxlength attribute.
The maxlength attribute specifies the maximum length of the text area (in characters).
The maxlength attribute is an HTML5 The new attribute of the <textarea> tag in the syntax.
<textarea maxlength="number">
Value | Description |
---|---|
number | The maximum number of characters allowed in the text area. |