我如何用HTML创建这个表格?
我试过这个代码,但它不工作,因为预期...
<table>
<tr>
<th>A</th>
<th>B</th>
<th>C</th>
<th>D</th>
</tr>
<tr >
<td rowspan="2" colspan="2">E,I, F, J</td>
<td colspan="2">G,H</td>
</tr>
<tr>
<td rowspan="2" colspan="2">K,O, L, P</td>
</tr>
<tr>
<td colspan="2">M, N</td>
</tr>
</table>
2条答案
按热度按时间qvtsj1bj1#
tzxcd3kk2#