首页 > Web开发 > 详细

html5,表单

时间:2016-09-17 21:45:19      阅读:280      评论:0      收藏:0      [点我收藏+]

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>表单</title>
</head>
<body>
    <!-- <form action="http://h123.date" method="get"> -->
    <form action="http://h123.date" method="post" target="_blank">
        用户名:    <input type="text" name="bm" name="user" value="请输入用户名">
        密码:<input type="password"  name="pass" name="password">
        <input type="submit"><input type="reset">
    </form>
    <br>
    <div>
        <input type="text" maxlength="5">
        <input type="password">
        <input type="submit" value="确定">        
    </div>
</body>
</html>

html5,表单

原文:http://www.cnblogs.com/houweidong/p/5879645.html

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