Write the output of the following HTML code:
<html>
<head>
<title> web page </title>
<head>
<body>
<table border="1">
<tr><th align="center" rowspan="4">first</th>
<th> second </th>
<th> third </th>
</tr>
<tr><td> Banana</td>
<td>Apple</td></tr>
<tr> <td align="center">Mango</td>
<td align="center">Guava</td> </tr>
<tr><td>Grapes</td>
<td>Litchi</td> </tr>
</table>
</body>
</html>
Answers
Answered by
0
there will be table
and in that
in center
first=Mango
second=Guava
third=Grapes
lichi
Similar questions