码迷,mamicode.com
首页 > Web开发 > 详细

web基础知识小记

时间:2016-09-01 22:46:33      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

<!doctype html>
<html lang="en">
 <head>
  <meta charset="UTF-8">
  <meta name="Generator" content="EditPlus®">
  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
  <title>年终数据报表</title>
 </head>
 <h1>年终数据报表</h1>
 <body>
  <table border="1">
  <thead bgcolor="#ccff99">
    <tr>
    <td width="500px">月份</td>
    <td width="500px">收入</td>
    </tr>
  </thead>
  <tbody bgcolor="#ccffff">
    <tr>
    <td>1月</td>
    <td>900</td>
    </tr>
    <tr>
    <td>1月</td>
    <td>900</td>
    </tr>
    <tr>
    <td>2月</td>
    <td>800</td>
    </tr>
    <tr>
    <td>3月</td>
    <td>600</td>
    </tr>
    <tr>
    <td>4月</td>
    <td>400</td>
    </tr>
    <tr>
    <td>5月</td>
    <td>1000</td>
    </tr>
   </tbody>
   <tfoot bgcolor="#ff6600">
   <tr>
    <td>平均月收入</td>
    <td>740</td>
    </tr>
    <tr>
    <td>总计</td>
    <td>3700</td>
    </tr>
  </tfoot>
  </table>
 </body>
</html>

效果图:

技术分享

web基础知识小记

标签:

原文地址:http://www.cnblogs.com/1041062459li/p/5831462.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!