- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
Code:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ambulance Program</title>
</head>
<body style="background-color: lavender;">
<table border="2" cellpadding="6" cellspacing="2" align="center">
<caption style="margin-top: 5em;">MOBILE AMBULANCE 112</caption>
<tr>
<th style="color: red;">Special Requirements</th>
<th style="color: red;" colspan="2">Specifications</th>
</tr>
<tr>
<td>Retractive Protective Armour</td>
<td><b>Engine Type</b></td>
<td><i>Jet Turbine</i></td>
</tr>
<tr>
<td>Weapons System</td>
<td><b>Thrust</b></td>
<td><i>150 lbs@ <br>103% ros</i></td>
</tr>
<tr>
<td>Instrument Aircraft</td>
<td><b>Torquee</b></td>
<td><i>170 lbs@ <br>98.7% ros</i></td>
</tr>
<tr>
<td rowspan="7"><img src="ambulance.jpg" height="200" width="400" border="2px red" alt="Ambulance" title="Ambulance"></td>
<td><b>0-60 mph</b></td>
<td><i>3.7 sec</i></td>
</tr>
<tr>
<td><b>Top Speed</b></td>
<td><i>Unknown</i></td>
</tr>
<tr>
<td><b>Break Rate</b></td>
<td><i>Excellent</i></td>
</tr>
<tr>
<td><b>Length</b></td>
<td><i>300.5 cms</i></td>
</tr>
<tr>
<td><b>Width</b></td>
<td><i>100 cms</i></td>
</tr>
<tr>
<td><b>Wheel</b></td>
<td><i>Cast Alloy 15*75</i></td>
</tr>
<tr>
<td><b>Fuel Required</b></td>
<td><i>99.9% Carbon free Petrol</i></td>
</tr>
</table>
</body>
</html>
Output:
- Get link
- X
- Other Apps