Skip to content

Commit

Permalink
Html Submit
Browse files Browse the repository at this point in the history
  • Loading branch information
uuaau committed Feb 14, 2023
1 parent 83f8f74 commit 7bccdef
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions text.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>标题</title>
</head>
<body>
<form>
请输入用户名: <input type="text" name="username"></input>
请输入密码 : <input type="password" name="pwd"></input>
请选择性别 : <input type="radio" name="sex" value="male" checked>
<input type="radio" name="sex" value="female" checked>
请选择爱好: <input type="checkbox" name="vehicle" value="Bike">骑车
<input type="checkbox" name="program" value="program">编程
<input type="button" value="提交"></inpot>

</form>
</body>
</html>

0 comments on commit 7bccdef

Please sign in to comment.