CBSE BOARD X, asked by adrikabiswas09, 9 months ago

please write the coding for the above mentioned table of HTML​

Attachments:

Answers

Answered by Anonymous
2

Explanation:

<Html>

<head>

<title >table </title></head>

<table border = " 3">

<tr align = " center ">

< td rowspan = "2">A </td>

</TR>

<td>B </td>

<tr align = " center ">

<td> C </td>

</tr>

</table >

</body>

</html >

plz mark as brainliest

Answered by MickeyandMinnie
1

Answer:

Below user ( Unknowngurl ) answer remove space After <

This one

<td rowspan = "2">A </td>

Similar questions