html制作表格

这篇博客通过HTML5和CSS展示了如何创建一个包含不同样式和功能的受理员业务统计表,包括表格的边框、背景颜色、字体颜色、对齐方式等设置,以及对数据的分类和统计展示。
摘要由CSDN通过智能技术生成

 

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
        <style type="text/css">
        table,th,td{
                       border-collapse: collapse;
                        text-line:left;
        }
        td{
             height: 30px;
            
        }
        .bg1{
                       background-color: aliceblue;
        }
        .bg2{
                          background-color: rgb(227,245,251);
        }
        .bg3{
                          background-color: rgb(233,233,233);
        }
        .font-color{
            color:rgb(80,97,192);
            font-weight: bold;
        }
        table,td{
            border: 1px solid black;
            border-collapse: collapse;
            
        }
        tr{
            text-align: center;
        }
        </<style type="text/css">
            
        </style>
        
    </head>
    <body>
         
        <table    align="center" border="0px" cellspacing="0" style="border: 0px;">
        <tr>
          <td colspan="12" style="border:0px;border-bottom: 1px dotted

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值