表单标签共有4个:<input>、<textarea>、<select>和<option>。其中<select>和<option>是配合使用的。
多行文本框
语法:
<textarea rows="行数" cols="列数">多行文本框内容</textarea>