-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct5.html
95 lines (78 loc) · 1.78 KB
/
product5.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
<!DOCTYPE html>
<html>
<head>
<title>product5
</title>
</head>
<img src="FFF-FLOW RICH-STICKERS-OK2.JPG" width="1335" hight="200">
</body>
<title>HTML Links</title>
<style text="type/css">
a:link
{
font-size:17pt;
}
</style>
</head>
<body bg color="white">
<center><b><a href="Home page.html" target="frame 3">Home page</a>
<a href="about us.html" target="frame 3">About us</a>
<a href="products.html" target="frame 3">Products</a>
<a href="contact us.html" target="frame 3">Contact us</a>
<a href="feedback.html" target="frame 3">Feedbck</a></b></center>
<hr>
<center><h2><b><u>V5/V6 submersible pump sets</h2></b></u></></title>
<br>
<style>
table {
width:60%;
}
table, th, td {
border: 1px solid black;
}
th, td {
padding: 5px;
text-align: left;
}
</style>
</head>
<img src="IMG_20150212_182324.JPG" width="300" hight="400">
<body>
<table>
<tr>
<th><h3><b><u>Pump Type</h3></b></u></th>
<th><h3><b><u>Borewell Dia</h3></b></u></th>
<th><h3><b><u>H.P.</h3></b></u></th>
<th><h3><b><u>Min/Max Head</h3></b></u></th>
<th><h3><b><u>Min/Max Discharge in LPM</h3></b></u></th>
</tr>
<td>V5 mixed flow</td>
<td>125mm & above</td>
<td>3.0 to 12.5</td>
<td>10 to 88mtr.</td>
<td>160 to 670 LPM</td>
</tr>
<tr>
<td>V-6 radial flow</td>
<td>150mm & above</td>
<td>3.0 to 30.0</td>
<td>15 to 300mtr.</td>
<td>20 to 450 LPM</td>
</tr>
<tr>
<td>V-6 mixed flow</td>
<td>150mm & above</td>
<td>3.0 to 30.0</td>
<td>11 to 248mtr.</td>
<td>160 to 670 LPM</td>
</tr>
<tr>
<td>V-6 high head</td>
<td>150mm & above</td>
<td>3.0 to 25.0</td>
<td>8 to 380mtr.</td>
<td>30 to 680 LPM</td>
</tr>
</table>
</body>
</html>