Computer Science, asked by aloksharma13, 1 year ago

writwhat to do if the rows are not merging in the HTML coding ​

Answers

Answered by aashishpanthi11
3

Answer:

We can merge rows.. Try this

Explanation:

<html><body><table border="2"><tr><td rowspan="3">Dog</td><td>Cat</td></tr>

<tr><td>Cat 2</td></tr>

<\table></body></html>

Similar questions