One of the interview questions is to achieve the effect of the table below. I tried several times and couldn't achieve it. Please tell me if there is any problem with this question.
Specify the reason. If there is no problem, give the correct html code. Thank you
I can only merge but never heard of splitting.
<table border="1"> <tr> <td rowspan=2>1</td> <td>2</td> <td>3</td> </tr> <tr> <td rowspan=2 colspan=2>5</td> </tr> <tr> <td>4</td> </tr></table>