html5中rowspan: 为什么第二行“调查”设置了纵向占4个单元格,结果只占一个

<tr><throwspan="4">调查</th><th>姓名</th><th>性别</th><th>职业</th></tr></thead><tbody><trsty... <tr> <th rowspan="4">调查</th> <th>姓名</th> <th>性别</th> <th>职业</th> </tr> </thead> <tbody> <tr style="background:red"> <td>张三</td> <td>男</td> <td>学生</td> </tr> <tr> <td>李四</td> <td>女</td> <td>护士</td> </tr> </tbody> <tfoot> <tr> <td colspan="3">总计:2个人</td> </tr> </tfoot> 展开
 我来答
能定167
2016-09-05 · TA获得超过247个赞
知道小有建树答主
回答量:274
采纳率:66%
帮助的人:119万
展开全部

布局有误,我帮你调整了下!代码如下:

<table border="1">
    <tr>
        <th rowspan="4">调查</th>
        <th>姓名</th>
        <th>性别</th>
        <th>职业</th>
    </tr>
    <tr style="background:red">
        <td>张三</td>
        <td>男</td>
        <td>学生</td>
    </tr>
    <tr>
        <td>李四</td>
        <td>女</td>
        <td>护士</td>
    </tr>
    <tr>
        <td colspan="3">总计:2个人</td>
    </tr>
</table>
追问
可以告诉我布局错在哪码
追答


上面这些多余的去掉就可以了!
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式