-
Notifications
You must be signed in to change notification settings - Fork 2
/
web page.html
62 lines (48 loc) · 1.87 KB
/
web page.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
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
<! DOCTYPE HTML>
<HTML>
<head>
<title> Registration</title>
</head>
<body bgcolor="#f1f1f1">
<h1 style="color:#86bae9" align="center"> <ins> Registration</ins></h1>
<form>
First name:
<input type="text" placeholder="Enter Your First Name" />
Middle name:
<input type="text" placeholder="Enter Your middle Name" />
Last name:
<input type="text" placeholder="Enter Your last Name" /><br><br>
DOB:
<input type="Date" placeholder="Enter DOB"/>
Gender:
<input type="Radio"> Male <input type="Radio">Female <br><br>
Email id:<br>
<input type="Email" placeholder="Enter Your Email Id"/><br><br>
Password:<br>
<input type="Password" placeholder="Enter Your Password"/><br><br>
Address:
<textarea>
</textarea><br><br>
Contact:
<input type="digits" placeholder"Enter Your MObile Number"/>
City:
<select>
<option>Pune</option>
<option>Mumbai</option>
<option>Delhi</option>
<option>Chennai</option>
<option>Bengluru</option>
<option>Hydrabad</option>
</select><br><br>
<h3 style="padding-left:50px;"><input type="Reset" align="left">
<a href="Login.html"style="color:#86bae9" <div id="a">Submit</div> </a></h3>
<blockquote><h3 style="color:#0e2f63" align="right"><ins>contact Office Address:</ins> </h3>
<address align="right">Prashant Hippargi <br>
New York City <br>
hippargiprashant.com <br>
Lane no.786 <br>
USA</blockquote>
</address>
</form>
</body>
</HTML>