最新的Web開發教程
 

HTML <textarea> maxlength Attribute

<HTML <textarea>標籤

50個字符的最大長度的文本區域:

<textarea maxlength="50">
Enter text here...
</textarea>
試一試»

定義和用法

maxlength屬性指定文本區域的最大長度(以字符)。


瀏覽器支持

在表中的數字指定完全支持屬性所述第一瀏覽器的版本。

屬性
maxlength 10.0 4 15.0

HTML 4.01和HTML5之間的差異

maxlength屬性是新換的<textarea>在HTML5標籤。


句法

<textarea maxlength=" number ">

屬性值

描述
number 允許在文本區域中的字符的最大數目

<HTML <textarea>標籤