0310-html小练习,积累一周又发博客了

    xiaoxiao2021-03-25  47

    在学校做的其中的一个小练习,其他的用图片上传啦,好好学习天天向上哈哈 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>注册页面</title> </head> <body> <form><h1 align="center"style="color:red">注册信息</h1> 请输入用户名:<input type="text"><br><br> 请输入密码:<input type="password"><br><br> 性别:<input type="radio"name="a"><input type="radio"name="a"><br><br> 性取向:<input type="checkbox"><input type="checkbox">女(可多选)<br><br> 兴趣爱好:<input type="checkbox">篮球<input type="checkbox">足球 <input type="checkbox">羽毛球<input type="checkbox">排球 <input type="checkbox">乒乓球<input type="checkbox">大保健(可多选)<br><br> <label>请选择出生年月 <input type="date"></label> <br><br> <label>请输入手机号<input type="number"></label><br><br> <label>请输入邮箱 <input type="email"></label><br><br> <label>请设置预留颜色 <input type="color"></label><br><br> <input type="button" value="注册"οnclick="alert(250)"> <input type="reset"></form> </body> </html>
    转载请注明原文地址: https://ju.6miu.com/read-36523.html

    最新回复(0)