-
Notifications
You must be signed in to change notification settings - Fork 0
/
3.html
21 lines (19 loc) · 1.1 KB
/
3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="#">
用户名: <input type="text">
<br> <br>
密码: <input type="password">
<br> <br>
<button type="button">按钮</button>
<button type="reset">重置</button>
<button type="submit">提交答案</button>
</form>
</body>
</html>