萬盛學電腦網

 萬盛學電腦網 >> 網頁制作 >> Html5 >> html表格跨列合並的方法

html表格跨列合並的方法

大家知道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表格居上下居中 

copyright © 萬盛學電腦網 all rights reserved