Computer Science, asked by boney2, 1 year ago

give html code of the following data

Attachments:

Answers

Answered by siddharth3005
0
<table border>
<tr>
<td>A</td>
<td colspan="3">B</td>
</tr>
<tr>
<td>C</td>
<td>D</td>
<td>E</td>
<td rowspan="2">H</td>
</tr>
<tr>
<td>C</td>
<td colspan="2">H</td>
</tr>
</table>


If it works pls comment and mark as brainliest
Similar questions