首页 > 其他 > 详细

学习14 多行文本输入标签

时间:2017-06-28 22:17:12      阅读:243      评论:0      收藏:0      [点我收藏+]
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
</head>

<body>
<form action="save.php" method="post" >
    <label>个人简历</label>
    <textarea cols="50" row="10" >在这里输入内容</textarea>
    <input type="submit" value="确定" name="submit" />
    <input type="reset" value="重置" name="reset" />
</form>
</body>
</html>
        

 

学习14 多行文本输入标签

原文:http://www.cnblogs.com/Riona-C/p/7091737.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!