-
Notifications
You must be signed in to change notification settings - Fork 0
/
blood2.html
42 lines (39 loc) · 1.02 KB
/
blood2.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
<!doctype html>
<html>
<head>
<style>
body{
background-color:beige;
}
</style>
</head>
<body>
<h1 align:center> AVAILABILITY OF BLOOD BANKS </h1>
<p> THE BLOOD GROUP YOU ARE SEARCHING FOR:<p>
<form action="" method="">
<label for="bloodgroup">BLOOD GROUP:</label>
<select>
<option selected disabled hidden style='display:none'></option>
<option>O+</option>
<option>O-</option>
<option>ab+</option>
<option>ab-</option>
<option>b+</option>
<option>b-</option>
</select><br> <br>
</form>
<div>
<a href="mythri.html"><b> MYTHRI BLOODBANK </a><br><br>
<br><br>
<a href="medicare.html"><b> MEDICARE BLOODBANK <a> <br> <br>
<br><br>
<a href="noorani.html"<b> CAUVERY BLOODBANK <a><br> <br>
<br><br>
<a href="himabindu.html"><b> HIMABINDU BLOODBANK </a><br><br>
<br><br>
<a href="chiranjeevi.html"> <b> CHIRANJEEVI BLOODBANK </a> <br> <br>
<br><br>
<a href="sanjeevani.html"><b> SANJEEVANI BLOOD BANK </a><br> <br>
</div>
</body>
</html>