-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNKS1.HTML
69 lines (60 loc) · 1.09 KB
/
NKS1.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
63
64
65
66
67
68
69
<html>
<head><title>Graphica-World's leading Social media platform</title></head>
<style>
body {text-align:center;
}
h1 {text-align:center;
font-size:100px;
color=#0f0;
}
h3{font-size:40;
}
#input1:focus{
background-color:#0f0;
}
#input2:focus{
background-color:#0f0;
}
#input3:focus{
background-color:#0f0;
}
#input4:focus{
background-color:#0f0;
}
h1:hover(.h1){
color=#f00;
}
#button{
font-size: 20;
}
body{
background-image: url(photo-1528459801416-a9e53bbf4e17.jpeg);
}
</style>
</head>
<body bgcolor="cyan">
<h1 class="h1">Graphica</h1><br>
<h3>Please fill form for registration</h3><br><br>
<form id="form">
Name:
<input id="input1" type="text" placeholder="Name"/>
<br><br>
Mobile no.:
<input id="input2" type="text" placeholder="Mobile no."/>
<br><br>
Email id:
<input id="input3" type="text" placeholder="Email id"/>
<br><br>
DOB:
<input id="input4" type="text" placeholder="dd-mm-yy"/>
<br><br>
Country:
<select>
<option>India</option>
<option>Pakistan</option>
<option>USA</option>
</select>
</form>
<button id="button"><a href="Page 3.html">Sign up</a></button>
</body>
</html>