Computer Science, asked by urvashisharma7428, 6 months ago

5. Write output of the following HTML code.
<html> <head> <title> Table </title> </head>
<body>
<table border = "1">
<tr> <th align="center" rowspan="3"> ONE </th> <th> TWO </th>
<th> THREE </th> </tr>
<tr> <td> Rose </td> <td> Lily </td> </tr>
<tr> <td align="center"> Pansy </td> <td align="center"
colspan="2"> Dahlia </td> </tr>
</table> </body> </html>​

Answers

Answered by spriyanka2244
3

Answer:

The output will be has show in below pic.

Explanation:

Attachments:
Similar questions