Computer Science, asked by raginilovely6, 8 months ago

please answer this.

Attachments:

Answers

Answered by anindyaadhikari13
2

Answer:

<!DOCTYPE html>

<html>

<head>

<title>Table</title>

<meta charset="UTF-8"/>

</head>

<body>

<table align=left border=1 width="60%" celpadding=20>

<tr align=center>

<td height=10>A<br/></td>

<td height=10 colspan=3>B<br/></td>

</tr>

<tr align=center>

<td>C</td>

<td>D</td>

<td>E</td>

<td rowspan=2>H</td>

</tr>

<tr align=center rowspan=2>

<td>F</td>

<td colspan=2>G</td>

</tr>

</table>

</body>

</html>

Explanation:

Hope it helps you. Please mark this answer as the brainliest.

10 thanks + follow = inbox ✌✌

Similar questions