HTML元素 - textarea

定义

多行文本输入控件。

Specifies a multiline text input control.

元素说明

默认字体是固定宽度的。

此元素在 Internet Explorer 3.0 及以上版本的 HTML 和脚本中可用。

此元素是一个内嵌元素。

此元素不需要关闭标签。

The default font is fixed pitch.

The TEXTAREA element is available in HTML and script as of Internet Explorer 3.0.

This element is an inline element.

This element requires a closing tag.

元素示例代码

<TEXTAREA STYLE="overflow:hidden" ID=txtComments>
请写下您的建议。
</TEXTAREA>

另见

input