WEB学习笔记12.1 – 注册页面

WEB学习笔记12.1 - 注册页面

注册页面:


<form method="get">
    用户名:<input type="text" value="张三" maxlength="5"/><br>
    密码:<input type="password" name="pwd"/><br>
    性别:
    <input type="radio" value="男" name="sex" checked/>男 <input type="radio" value="女" name="sex" checked/>女<br>
    爱好:
    <input type="checkbox" value="打球" checked name="aihao"/>打球
    <input type="checkbox" value="游戏" name="aihao"/>游戏
    <input type="checkbox" value="看书" checked name="aihao"/>看书
    <input type="checkbox" value="干饭" name="aihao"/>干饭<br>

    请上传头像:
    <input type="file"/>

    隐藏内容:
    <input type="hidden"/><br>

    <!-- 按钮 -->
    <input type="submit" value="提交"/>
    <input type="reset" value="重置"/>
    <input type="button" value="普通按钮"/>
</form>

给TA打赏
共{{data.count}}人
人已打赏
编程专区

WEB学习笔记11.30 - 列表及表格运用

2021-11-30 12:10:00

编程专区

Java安装jdk、配置环境变量。

2021-12-2 14:52:00

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
今日签到
有新私信 私信列表
搜索