Write an html program on BatMoblie by using table tags?
Program: <html> <head> <title>alinging table</title> </head> <body bgcolor="red...

https://www.computersprofessor.com/2016/06/write-html-program-on-batmoblie-by.html
Program:
<html>
<head>
<title>alinging table</title>
</head>
<body bgcolor="red">
<center>
<table border="blue">
<caption><font size=22>The BatMoblie </font></caption>
<tr>
<th>Special Equipment</th>
<th colspan=2>Specification/performance<br>data</th>
</tr>
<tr>
<td>instruments-aircraft</td>
<th>Torque</th>
<td>1750 lbs/ft@<br>98.7%ROS</td>
</tr>
<tr>
<td>weapons system</td>
<th>Thrust</th>
<td>150lbs</td>
</tr>
<tr>
<td>Retractable protective</td>
<th>Engine Type</th>
<td>jet turbine</td>
</tr>
<tr>
<td rowspan=7><img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\car.jpg" width=120 height=130 ></td>
<th>0 to 60 MPH></th>
<td>3.7</td>
</tr>
<tr>
<th>Top Speed</th>
<td>unknown</td>
</tr>
<tr>
<th>Brake Rating</th>
<td>excellent</td>
</tr>
<tr>
<th>Length</th>
<td>260.7</td>
</tr>
<tr>
<th>Wheels</th>
<td>cast alloy,<br>15x6.5</td>
</tr>
</table>
</center>
</body>
</html>
Output: