-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinputs.html
30 lines (30 loc) · 1.03 KB
/
inputs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<form class="" action="index.html" method="post">
<!-- <label>inputs</label>
<input type="text" name="" value="">
<input type="checkbox" name="" value=""><br>
<input type="color" name="" value=""><br>
<input type="date" name="" value=""><br>
<input type="datetime-local" name="" value=""><br>
<input type="email" name="" value=""><br>
<input type="file" name="" value=""><br>
<input type="hidden" name="" value=""><br>
<input type="image" name="" value=""><br>
<input type="month" name="" value=""><br>
<input type="number" name="" value=""><br>
<input type="password" name="" value=""><br>
<input type="submit" name=""><br> -->
<input type="text" ><br>
<input type="submit"><br>
<input type="file" ><br>
<input type="radio"><br>
<input type="range" ><br>
</form>
</body>
</html>