Ai
1 Star 0 Fork 0

luonannet/前端学习仓库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
luonannet 提交于 2025-03-11 11:01 +08:00 . 学的是form表单
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>from表单</title>
</head>
<body>
<br>
<br>
<form action="" style="border: 3px solid rgb(27, 218, 13);
font-size: 20px; border-radius:10px; padding: 20px; ">
用户名: <input type="text"> <br>
密码: <input type="password"> <br>
<input type="radio" name="sex" id="" value="男">
<input type="radio" name="sex" id="" value="女">
<input type="radio" name="sex" id="" value="未知"> 未知
<br> 爱好: <br>
<input type="checkbox" name="hobby" id="" value="打游戏"> 打游戏
<input type="checkbox" name="hobby" id="" value="看电影"> 看电影
<input type="checkbox" name="hobby" id="" value="看电影"> 看电影
<input type="checkbox" name="hobby" id="" value="看电影"> 看电影
<input type="checkbox" name="hobby" id="" value="看电影"> 看电影 <br></br>
选择头像: <input type="file" name="" id="">
<select >
<option value="四川">四川</option>
<option value="湖南">湖南</option>
<option value="贵州">贵州</option>
<option value="北京">北京</option>
</select>
个人简介:
<textarea name="" id="" rows="6" cols="30"></textarea>
<br>
<input type="button" value="提交">
<input type="reset" value="重置">
<a href="./register.html" target="_blank"> 新用户注册</a>
</form>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/luonannet/front-end-learning-repository.git
git@gitee.com:luonannet/front-end-learning-repository.git
luonannet
front-end-learning-repository
前端学习仓库
master

搜索帮助