定義和用法
的rows屬性指定的文本區域的可見高度,以線條。
注意:一的大小textarea也可以由CSS的指定height和width特性。
適用於
該rows屬性可在下面的元素上使用:
元件 | 屬性 |
---|---|
<textarea> | rows |
例
一個textarea具有指定高度和寬度:
<textarea rows="4" cols="50">
At w3ii.com you will learn how to make a website. We offer free
tutorials in all web development technologies.
</textarea>
試一試» 瀏覽器支持
屬性 | |||||
---|---|---|---|---|---|
rows | 是 | 是 | 是 | 是 | 是 |