您现在的位置: 万盛学电脑网 >> 程序编程 >> 网页制作 >> Html5 >> 正文

html表格跨列合并的方法

作者:佚名    责任编辑:admin    更新时间:2022-06-22

大家知道html表格跨列吗?下面我们就给大家详细介绍一下吧!我们积累了一些经验,在此拿出来与大家分享下,请大家互相指正。

<table width="400" height="200">   <tr>     <td width="192" rowspan="2">&nbsp;</td>     <td width="196">&nbsp;</td>   </tr>       <tr>     <td>&nbsp;</td>   </tr>       <tr>     <td>&nbsp;</td>     <td rowspan="2">内容</td>   </tr>   <tr>     <td>&nbsp;</td>   </tr>   <tr>     <td colspan="2">&nbsp;</td>   </tr> </table>

相信大家已经学会html表格跨列了吧!感谢大家对我们网站的支持!

相关推荐:

html表格居上下居中