html5,表单

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

天道酬勤,厚积薄发。 君子之行,静以修身,俭以养德。 非淡泊无以明志,非宁静无以致远。 如有恒,何须三更起,半夜眠;最怕莫,三天打鱼两天晒网,竹篮打水一场空。
原文地址:https://www.cnblogs.com/houweidong/p/5879645.html