0
How to make a table in HTML?
First column made up of 2 rows . 2nd column made up of 2 rows in which first row has ABC.second row has 2 columns .
2 Answers
0
hi,
if i understood, your table has 2 rows and 3 columns on the second row
<table><tr><td> </td><td colspan=2>ABC</td></tr><tr><td> </td><td> </td><td> </td></tr></table>