HTML Tag Reference
rows 属性
テキスト入力欄の高さを指定する
rows 属性は textarea 要素に指定することで、テキスト入力欄を表示する際の高さを文字数で指定します。初期値は 「2」 です。
rows 属性の仕様
- この属性を使用できる要素
rows 属性のサンプルソース
<textarea name="comment" placeholder="感想やご意見" cols="50" rows="20" /></textarea>
HTML Tag Reference
テキスト入力欄の高さを指定する
rows 属性は textarea 要素に指定することで、テキスト入力欄を表示する際の高さを文字数で指定します。初期値は 「2」 です。
<textarea name="comment" placeholder="感想やご意見" cols="50" rows="20" /></textarea>