1506.<textarea>...複数行の入力が可能な入力欄を表示します


※②サンプルコード
HTML
<textarea name="example" cols="30" rows="3">
テキスト入力エリアに文字列を表示する
</textarea>