html表单应用的简单例子

比较简单,直接上 代码

<form action="#" method="get">
    昵称<input type="text" value="abc"><br>
    密码<input type="password"><br>
    确认密码<input type="password"><br>
    <!--lable (和其他元素关联)标签的用法 有2种 第一种<label for="sextype1">男</label>
    第二种
    <label>
        <input
                name="sextype"
                type="radio">女<br>
    </label>-->
    性别<input type="radio" checked="checked" id="sextype1" name="sextype"><label for="sextype1">男</label>
    <label>
        <input
                name="sextype"
                type="radio">女<br>
    </label>

    生日<select>
    <option selected="selected">公历</option>
    <option>农历</option>
</select>
    <select>
        <option>1997年</option>
    </select>
    <select>
        <option>1月</option>
    </select>
    <select>
        <option>1日</option>
    </select>
    <br>
    <label><input type="checkbox">同时开通qq空间</label>
    <br>
    <input type="checkbox">我已阅读
    <br>
    <input type="submit" value="提交注册">
    <br>
    <input type="button" value="普通按钮">
    <br>
    <input type="reset" value="重置按钮">
</form>


  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值