Blogger Information
Blog 12
fans 0
comment 0
visits 8743
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
表格 table
LordVoldemort
Original
699 people have browsed it

  01.png

<table border="1" cellpadding="0" cellspacing="0" align="center" width="500">

      <caption>江湖精英班成绩表</caption>

      <thead bgcolor="#66FFFF">

        <tr>

          <th>姓名</th>

          <th>PHP</th>

          <th>Python</th>

          <th>Java</th>

        </tr>

      </thead>

      <tbody bgcolor="#CCCCCC">

        <tr>

          <td>郭靖</td>

          <td>90</td>

          <td>84</td>

          <td>89</td>

        </tr>

        <tr>

          <td>郭靖</td>

          <td>90</td>

          <td>84</td>

          <td>89</td>

        </tr>

        <tr>

          <td>郭靖</td>

          <td>90</td>

          <td>84</td>

          <td>89</td>

        </tr>

        <tr>

          <td>郭靖</td>

          <td>90</td>

          <td>84</td>

          <td>89</td>

        </tr>

        <tr>

          <td>郭靖</td>

          <td>90</td>

          <td>84</td>

          <td>89</td>

        </tr>

        <tr>

          <td>张三</td>

          <td>90</td>

          <td colspan="2">不学</td>

        </tr>

        <tr>

          <td rowspan="2">李四</td>

          <td>90</td>

          <td>84</td>

          <td>89</td>

        </tr>

        <tr>

          <td>90</td>

          <td>84</td>

          <td>89</td>

        </tr>

        <tr>

          <td>王五</td>

          <td colspan="2" rowspan="2">不学</td>

          <td>89</td>

        </tr>

        <tr>

          <td>赵六</td>

          <td>89</td>

        </tr>

      </tbody>

      <tfoot bgcolor="#FFCC99">

        <tr>

          <td>平均分</td>

          <td>90</td>

          <td>84</td>

          <td>89</td>

        </tr>

      </tfoot>

    </table>


02.png

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post