give html code of the following data
Attachments:
Answers
Answered by
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
<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