html5-textarea元素

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>textarea元素</title>
</head>
<body>
<form action="" id="my">
    user:<input type="text" size="30"><br>
    意见:<textarea rows="30" cols="90" placeholder="输入内容"></textarea>
</form>
</body>
</html>

posted @ 2017-09-16 11:42  侯伟东  阅读(370)  评论(0编辑  收藏  举报