-
Notifications
You must be signed in to change notification settings - Fork 0
/
customer.html
39 lines (37 loc) · 1.06 KB
/
customer.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
<html>
<head>
</head>
<body>
<h3>upload the quantity of vegetables & fruits</h3>
<font face="verdana" size="400">
<table border=6 height="50%" width="50%"><tr>
<th>customers location</th>
<th>product</th>
<th>quantity needed(to be given by customers)</th>
<th>contact number</th>
</tr>
<tr>
<td>
<input type="text" name="v"></td>
<td><input type="number" name="c" value="quantity"></td>
<td><input type="number" name="c" value="quantity"></td>
<td><input type="number" name="c" value="quantity"></td>
</tr>
<tr>
<td>
<input type="text" name="v"></td>
<td><input type="number" name="c" value="quantity"></td>
<td><input type="number" name="c" value="quantity"></td>
<td><input type="number" name="c" value="quantity"></td>
</tr>
<tr>
<td>
<input type="text" name="v"></td>
<td><input type="number" name="c" value="quantity"></td>
<td><input type="number" name="c" value="quantity"></td>
<td><input type="number" name="c" value="quantity"></td>
</tr>
</table>
</font>
</body>
</html>