HTML表单标签(form)

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
    </head>
    <body>
        <table align="center">
            <tr>
                <td>
                    <form action="#" method="post">
                        
                        <label for="username">用户名:</label><input id="username" type="text" name="username" placeholder="请输入密码!">
                      <br/>
                        
                        
                密码:<input typut="password"name="pwd">
                      <br/>
                
                
                性别:<input type="radio" name="gender" value="male">男
                     <input type="radio" name="gender" value="fmale">女
                      <br/>
                爱好:<input type="checkbox" name="hoddy" value="running">跑步
                      <input type="checkbox" name="hoddy" value="sing">唱歌
                      <input type="checkbox" name="hoddy" value="reading">阅读
                      <br/>
                      
                      
                图片:<input type="file" name="file">
                      <br/>
                
                隐藏域:<input type="hidden" name="mmz" value="123">
                        <br/>
                
                省份:    <select>
                            <option value=""></option>
                            <option value="1">贵州</option>
                            <option value="2">北京</option>
                            <option value="3">上海</option>
                        </select>
                        <br/>
            
                        
                        <input type="submit" value="登录"><br/>
                        <input type="button" value="登录"><br/>
                        <input type="submit" value="登录"><br/>
                        <input type="image" src="2.jpg">
                    </form>
                </td>
            </tr>
        </table>
    </body>
</html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值