码迷,mamicode.com
首页 > Web开发 > 详细

html5-textarea元素

时间:2017-09-16 13:28:11      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:head   char   input   内容   col   use   doctype   hold   body   

<!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>

html5-textarea元素

标签:head   char   input   内容   col   use   doctype   hold   body   

原文地址:http://www.cnblogs.com/houweidong/p/7530734.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!