textareaタグとは?-HTML
See the Pen
textarea by linlin (@linlin098765)
on CodePen.
<textarea cols="50" rows="5"></textarea>
textareaタグとは?-HTML
textareaタグは複数行のテキストを入力することが可能なフォームを作成するタグです。
- cols属性
1行の最大文字数を指定(初期値=20) - rows属性
表示する行数を指定 - readonly属性
読み取り専用にする