8.Design the page as follows, using table colspan
8.Design the page as follows:
program:-
<!doctype html>
<html>
<head>
</head>
<body>
<table border="1">
<tr>
<caption> the batMobile</caption>
<th>special equipment</th>
<th colspan="2">specificactions/perfomance
data</th>
</tr>
<tr>
<td>retractable protective armor</td>
<td>engine type</td>
<td>jet turbine</td>
</tr>
<tr>
<td>weapons System</td>
<td>thurst</td>
<td>150ibs@<br>103%Ros</td>\
</tr>
<td>insturuments-aircroft w/on-borderd
computer</td>
<td>torque</td>
<td>1750ibs/ft</br>@98.7%ROs</td>
<tr>
<th rowspan="10">
<img src="mkb.jpg"width="450px"
hight="450px"></th>
<tr>
<td>0 to 60mph></td>
<td>3.7secd</td>
</tr>
<tr>
<td>top speed</td>
<td>unknown</td>
</tr>
<tr>
<td>break rating</td>
<td>excellent</td>
</tr>
<tr>
<td>wheel base</td>
<td>141.0in</td>
</tr>
<tr>
<td>length</td>
<td>260.7in</td>
</tr>
<tr>
<td>width</td>
<td>94.4in</td>
</tr>
<tr>
<td>height</td>
<td>51.2in</td>
</tr>
<tr>
<td>weels</td>
<td>cast alloy.15*6.5</td>
</tr>
<tr>
<td>fuel requirements</td>
<td>hyight oct97%special</td>
</tr>
</table>
</html>
output:-
\
program:-
<!doctype html>
<html>
<head>
</head>
<body>
<table border="1">
<tr>
<caption> the batMobile</caption>
<th>special equipment</th>
<th colspan="2">specificactions/perfomance
data</th>
</tr>
<tr>
<td>retractable protective armor</td>
<td>engine type</td>
<td>jet turbine</td>
</tr>
<tr>
<td>weapons System</td>
<td>thurst</td>
<td>150ibs@<br>103%Ros</td>\
</tr>
<td>insturuments-aircroft w/on-borderd
computer</td>
<td>torque</td>
<td>1750ibs/ft</br>@98.7%ROs</td>
<tr>
<th rowspan="10">
<img src="mkb.jpg"width="450px"
hight="450px"></th>
<tr>
<td>0 to 60mph></td>
<td>3.7secd</td>
</tr>
<tr>
<td>top speed</td>
<td>unknown</td>
</tr>
<tr>
<td>break rating</td>
<td>excellent</td>
</tr>
<tr>
<td>wheel base</td>
<td>141.0in</td>
</tr>
<tr>
<td>length</td>
<td>260.7in</td>
</tr>
<tr>
<td>width</td>
<td>94.4in</td>
</tr>
<tr>
<td>height</td>
<td>51.2in</td>
</tr>
<tr>
<td>weels</td>
<td>cast alloy.15*6.5</td>
</tr>
<tr>
<td>fuel requirements</td>
<td>hyight oct97%special</td>
</tr>
</table>
</html>
output:-
\
Comments
Post a Comment