码迷,mamicode.com
首页 > 其他好文 > 详细

学习12 互动表单的标签

时间:2017-06-27 23:23:13      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:text   pre   head   logs   body   charset   form   content   span   

<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>表单标签</title>
</head>
<body>
<form>
    <label for="username">用户名:</label>
    <input type="text" name="username" id="username" value="" />
    <label for="pass">密码:</label>
    <input type="password" name="pass" id="pass" value="" />
    <input type="submit" value="确定" name="submit" />
    <input type="reset" value="重置" name="reset" />
</form>
</body>
</html>

 

学习12 互动表单的标签

标签:text   pre   head   logs   body   charset   form   content   span   

原文地址:http://www.cnblogs.com/Riona-C/p/7087455.html

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