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

html5,表单

时间:2016-09-17 21:48:36      阅读:164      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!