在另一个表中嵌套一个表 [英] Nesting a table within another table

查看:81
本文介绍了在另一个表中嵌套一个表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的表中有五列,我需要将其分为一个表中的一列和另一表中的四列.
我想将表分为两部分.

I''m having five columns in my table i need to split this into one column in one table and four columns in another table.
i want to divide the table into two.

推荐答案

<table>
<tr>
<td>
<table id="First Tabel">
<tr>
<td>1Coloumn</td>
</tr>
</table>
<table id="Second Tabel">
<tr>
<td>2Coloumn</td>
<td>3Coloumn</td>
<td>4Coloumn</td>
<td>5Coloumn</td></tr>
</table>
</td>
</tr>
</table>


<table>
    <tr>
    <td>table1</td><td colspan="4">table2</td>
    </tr>

    </table>


这篇关于在另一个表中嵌套一个表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆