Blogger Information
Blog 12
fans 0
comment 0
visits 5358
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
我的第一张表格
汉邦
Original
247 people have browsed it
  1. <body>
  2. <table border="1" widtd="400" cellspacing="0" cellpadding="5">
  3. <caption><h2>每日销售清单</h2></caption>
  4. <thead bgcolor="lightgreen">
  5. <tr>
  6. <th>序号</th>
  7. <th>销售模式</th>
  8. <th>商品</th>
  9. <th>单价</th>
  10. <th>数量</th>
  11. <th>合计</th>
  12. </tr>
  13. </thead>
  14. <tbody>
  15. <tr>
  16. <td>1</td>
  17. <td rowspan="3">线下</td>
  18. <td>香烟</td>
  19. <td>10</td>
  20. <td>6</td>
  21. <td>60</td>
  22. </tr>
  23. <tr>
  24. <td>2</td>
  25. <!-- <td>线下</td> -->
  26. <td>瓜子</td>
  27. <td>10</td>
  28. <td>5</td>
  29. <td>40</td>
  30. </tr>
  31. <tr>
  32. <td>3</td>
  33. <!-- <td>线下</td> -->
  34. <td>啤酒</td>
  35. <td>5</td>
  36. <td>5</td>
  37. <td>25</td>
  38. </tr>
  39. <tr>
  40. <td>4</td>
  41. <td rowspan="2">线上</td>
  42. <td>可乐</td>
  43. <td>5</td>
  44. <td>2</td>
  45. <td>6</td>
  46. </tr>
  47. <tr>
  48. <td>5</td>
  49. <!-- <td>线上</td> -->
  50. <td>牛奶</td>
  51. <td>5</td>
  52. <td>1</td>
  53. <td>5</td>
  54. </tr>
  55. </tbody>
  56. <tfoot align="center" bgcolor="lightgray">
  57. <td colspan="4">总计:</td>
  58. <td>20</td>
  59. <td>136</td>
  60. </tfoot>
  61. </table>
  62. </body>

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:总体没什么问题,继续加油
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