table跨行列

本文介绍如何利用HTML的`<table>`元素,结合`rowspan`和`colspan`属性来实现表格中的跨行列效果,提供了一个简单的示例代码。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

需求:table跨行列
思路:使用属性rowspan和colspan

demo如下:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <table id="tab" cellpadding="1" cellspacing="1" border="1">   
        <tr>   
         <th rowspan="2">序号</th>
         <th rowspan="2">监测位置</th>
         <th rowspan="2">供电通路</th>
         <th rowspan="2">供电电压</th>
         <th rowspan="2">负载电流</th>
         <th rowspan="2">雷击次数</th>
         <th rowspan="2">最近一次雷击时间</th>
         <th colspan="2">后备保护空开状态</th>
         <th rowspan="2">SPD损害数量</th>   
         <th colspan="2">输出空开状态</th>
        </tr>   
        <tr>   
         <th>B级</th> 
         <th>C级</th>
         <th>1路</th> 
         <th>2路</th>  
        </tr> 
        <tr> <th rowspan="4">1</th>
        </tr>  
        <tr>   
            <th>1</th>   
            <th>78</th>   
            <th>96</th>   
            <th>67</th>   
            <th>98</th>   
            <th>88</th>   
            <th>75</th>   
            <th>94</th>   
            <th>69</th>   
            <th>23 </th>   
         <th>33 </th> 
        </tr> 
        <tr>
         <th colspan="2">提示建议</th>   
            <th colspan="2">智能防雷箱状态</th>   
            <th colspan="2">防雷箱型号</th>   
            <th colspan="3">防雷箱序列号</th>   
            <th colspan="2">防雷箱版本</th>
        </tr>  
        <tr>   
            <th colspan="2">建议整机按规程检测</th>   
            <th colspan="2">在线</th>   
            <th colspan="2">2018041201-035PF</th>   
            <th colspan="3">2018041201-256</th>   
            <th colspan="2">V1.0.0</th>   
        </tr>    
        </table>   
</body>
</html>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值