HTML5 <textarea>标记示例

<html>
  <head>
    <textarea rows="5" cols="60">
     Hello friends. How are you and whats are you doing...........
    </textarea>
  </head>
</html>
html 5中的<textarea> 标记

<textarea>标记用于保存大量文本,并使用字体修复文本渲染。换句话说<textarea>用于多行文本输入控制。
文本区域可以由行和列属性定义。

日期:2020-04-11 23:04:18 来源:oir作者:oir