html简单登录页面


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>我的第一个html页面</title>
</head>
<body>
用户名<input type="text"><br>
密码<input type="password"><br>
确认密码<input type="password"><br>
性别<input type="radio" name="sex">男</input>
<input type="radio" name="sex">女</input><br>
学历
<select>
<option>高中</option>
<option>大专</option>
<option>本科</option>
</select><br>
简介<textarea></textarea>
</body>
</html>


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM