在html中如何在表尾嵌套一个两行三列的表格
展开全部
在 父表最后一个 区域里加 表,就是你需要的。
下面是父表,放了2个子表。
第二个子表 分为 两行三列的表格,表格内容可以自己加入:
<HTML>
<BODY>
<H3>Father Table:</H3>
<table border=6 bordercolor=#888888 width="100%">
<tbody><tr><td>
Father Father Father
<table border=5 bordercolor=#ffcc00 width="100%" height=200>
<tbody><tr><td>Son1</td></tr></tbody>
</table>
<table border=5 bordercolor=#ffcc00 width="100%" height=200>
<tbody><tr><td>Son2-11</td><td>Son2-12</td><td>Son2-13</td></tr>
<tr><td>Son2-21</td><td>Son2-22</td><td>Son2-23</td></tr>
</tbody>
</table>
</td></tr></tbody>
</table>
</BODY>
</HTML>
下面是父表,放了2个子表。
第二个子表 分为 两行三列的表格,表格内容可以自己加入:
<HTML>
<BODY>
<H3>Father Table:</H3>
<table border=6 bordercolor=#888888 width="100%">
<tbody><tr><td>
Father Father Father
<table border=5 bordercolor=#ffcc00 width="100%" height=200>
<tbody><tr><td>Son1</td></tr></tbody>
</table>
<table border=5 bordercolor=#ffcc00 width="100%" height=200>
<tbody><tr><td>Son2-11</td><td>Son2-12</td><td>Son2-13</td></tr>
<tr><td>Son2-21</td><td>Son2-22</td><td>Son2-23</td></tr>
</tbody>
</table>
</td></tr></tbody>
</table>
</BODY>
</HTML>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询