forked from naveenbadhan27/morning8-30
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3.html
More file actions
68 lines (53 loc) · 1.45 KB
/
3.html
File metadata and controls
68 lines (53 loc) · 1.45 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<form>
<input type="" name="" id="" class="" placeholder="" value="" min="" max="" required readonly pattern="">
</form>
<form>
<input type="text" name="name" id="name" class="col1" placeholder="Fill your Name">
<br>
<input type="email" name="" id="" class="" placeholder="Fill your Email">
<br>
<input type="password" name="" id="" class="" placeholder="Fill your Password">
<br>
<label>Male</label>
<input type="radio" name="" id="" class="" value="male">
<label>Female</label>
<input type="radio" name="" id="" class="" value="female">
<br>
<label>10</label>
<input type="checkbox" name="" id="" class="" value="tenth">
<br>
<label>+2</label>
<input type="checkbox" name="" id="" class="" value="twe">
<br>
<label>diploma</label>
<input type="checkbox" name="" id="" class="" value="diploma">
<br>
<input type="date" name="" id="" class="">
<br>
<input type="time" name="" id="" class="">
<br>
<input type="color" name="" id="" class="">
<br>
<input type="tel" name="" id="" class="" placeholder="Fill your Contact No.">
<br>
<input type="number" name="" id="" class="" placeholder="Fill your Adhar Card">
<br>
<input type="submit" name="submit" value="submit">
<input type="reset" name="reset" value="reset">
</form>
<div>
</div>
<span>
</span>
<section>
</section>
<footer>
</footer>
</body>
</html>