学习14 多行文本输入标签

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

 

posted @ 2017-06-28 21:30  Riona-C  阅读(203)  评论(0编辑  收藏  举报