-
Notifications
You must be signed in to change notification settings - Fork 2
/
Contact_Vaccine2.html
95 lines (75 loc) · 1.79 KB
/
Contact_Vaccine2.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html>
<link href="/normalize.css" rel="stylesheet">
<head>
<title>Let's make a difference to Vaccine</title>
<style>
ul{
background: #7b9bce;
text-align: center;
padding-top:10px;
}
li{
color: white;
font-family: helvetica;
display: inline;
padding:10px 50px 10px 50px;
font-size: 25px;
}
h1{
text-align: center;
font-size: 50px;
}
h4{
text-align: center;
font-size:30px;
}
p{
text-align: center;
font-size: 25px;
padding-bottom: 5px;
background: #7b9bce;
}
h2{
text-align: center;
}
h3{
text-align: center;
}
h5{
text-align: center;
}
h6{
text-align: center;
}
</style>
</head>
<ul>
<li><a href="Homepage_Vaccine2.html"target="_blank">Home</a></li>
<li><a href="Introduction_Vaccine2.html"target="_blank">Introduction</a></li>
<li><a href="Currentproblem_Vaccine2.html"target="_blank">Current problems</a></li>
<li><a href="Makeadifference_Vaccine2.html"target="_blank">Make a difference</a></li>
<li><a href="Contact_Vaccine2.html"target="_blank">Contact</a></li>
</ul>
<body>
<header>
<h1>CONTACT</h1>
<h4><strong>If you have any queris or suggestions, please feel free to contact us!</strong></h4>
<p>Your full name</p>
<h2><input type="name" placeholder="enter your full name"></h2>
<h3><button>Submit</button></h3>
<p>Your contact number</p>
<h2><input type="number" placeholder="enter your contact number"></h2>
<h3><button>Submit</button></h3>
<p>Your e-mail address</p>
<h2><input type="email" placeholder="enter your email-address"></h2>
<h3><button>Submit</button></h3>
<p>Your message</p>
<h6><input type="message" placeholder="enter your message here"> </h6>
<h3> <button>Submit</button></h3>
</header>
<article>
<h5><img src="images/12.png"></h5>
</article>
</body>
</html>