-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathraj.html
More file actions
62 lines (49 loc) · 2.19 KB
/
raj.html
File metadata and controls
62 lines (49 loc) · 2.19 KB
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
<!DOCTYPE HTML>
<html>
<head>
<h1>Services</h1>
<form action="raj.php" method="POST">
<table>
<tr>
<td>
<img src="images/air filter.jpg" alt="filter" tital="air filter " width="250" height="200" /> <img src="images/engine.jpg" alt="engine" tital="engine running " width="250" height="200" /> <img src="images/oil filter.jpg" alt="filter" tital="oil filter " width="250" height="200" /> <img src="images/engine2.jpg" alt="engine" tital="engine running" width="500" height="200" /></td>
</tr>
<tr>
<td>
<label for="Services">Services</label>
<select id="Services" name="Services" required>
<option selected hidden value="">select services</option>
<option value="Change the engine oil">Air conditional repair </option>
<option value="Change the engine oil">Change the engine oil</option>
<option value="Change the engine oil">Replace the fuel filter</option>
<option value="Change the engine oil">Replace the cabin filter</option>
<option value="Change the engine oil">Tune the engine</option>
<option value="Change the engine oil">Check level and refill brack fluid/clutch fluid</option>
<option value="Change the engine oil">Check Brake Pads/Liners,Brake Discs/Drums and Repalce if WorK out</option>
<option value="Change the engine oil">Check level and refill power steering fluid</option>
<option value="Change the engine oil">Check level and refill Automatic/Manual Transmision Fluid.</option>
<option value="Change the engine oil">Grease and lubricate components.</option>
<option value="Change the engine oil">Check condition of the tires and replace it</option>
<option value="Change the engine oil">Check for proper operation of all lights,wipers etc</option>
<option value="Change the engine oil">Wash the vehicle and clean the interior</option>
<option value="Change the engine oil">Use scan tool read trouble code</option>
</select>
</td>
</tr>
<tr>
<td>Amount:
<input type="text" name="Other service" size="70"
maxlength="300" required>
</td>
<tr>
<td><input type="submit" value="submit"></td>
</tr>
<tr>
<td>
<button><a href="2.html">HOME</a></button>
</td>
</tr>
</table>
</form>
</head>
</html>