-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path3rd.html
More file actions
78 lines (70 loc) · 2.5 KB
/
3rd.html
File metadata and controls
78 lines (70 loc) · 2.5 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
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<h1 style="color:#1d10d3"><center> REGISTER<span style="color:white"> HERE</span></center></h1>
</head>
<body style="background-color:skyblue">
<iframe align="right" src="https://calendar.google.com/calendar/embed?src=en.indian%23holiday%40group.v.calendar.google.com&ctz=Asia%2FKolkata" style="border:2" width="300" height="100" frameborder="0" scrolling="no"></iframe>
<br>
<br>
<br>
<form>
<div class="container">
<p>Please fill the given</p>
<hr>
<label for="name" ><b> Enter First Name </b></label>
<center><input type="text" placeholder="First Name" name=" Name">
</center>
<br>
<label for="name" ><b> Enter Last Name </b></label>
<center><input type="text" placeholder="Last Name" name="Name"></center>
<br>
<label><b>Educational Qulification</b></label>
<br>
<center>
<select>
<option>select</option>
<option><b>SSLC</b></option>
<option><b>PLUSTWO</b></option>
<option><b>GRADUTION</b></option>
<option><b>POSTGRADUATION</b></option>
</select>
</center>
<br>
<label ><b> Gender </b></label>
<center><label for="male"><b>Male</b></label>
<input id="Male" name="gender" type="radio" value="male">
<label for="female"><b>Female</b></label>
<input id="female" name="gender" type="radio" value="female"> </p>
</center>
<br>
<label for="email"><b>Enter Email</b></label>
<Requird="">
<center><input type="text" placeholder="Enter Email" name="email">
</center>
</Requird>
<br>
<label for="pwd"><b>Password</b></label>
<center>
<input type="password" placeholder="Enter Password" name="pwd">
</center>
<br>
<label for="confirm"><b>Confirm Password</b></label>
<center>
<input type="password" placeholder="Confirm Password" name="confirm">
</center>
<hr>
<p>By creating an account you need to agree our <a href="#">Terms & Privacy</a>.</p>
<center><button style="background-color:green" size ="70%" type="submit" class="submit" size="50%"><strong>submit</strong> </button>
</center>
</div>
<div class="container signin">
<p>Already have an account? <a href="#">Sign in</a>.</p>
</div>
</form>
<br>
<br>
<center> <a href="https://github.com/Adarsh-drc/Fi-Pro-Challenge/blob/master/second.html" class="previous"><b> <== Previous</b> </a>
</center>
</body>
</html>