Blogger Information
Blog 2
fans 0
comment 0
visits 857
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
6/29号作业
Original
523 people have browsed it
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>Document</title>
  8. </head>
  9. <body>
  10. <table border="1" width="80%" cellspacing="0" cellpadding="5">
  11. <caption>
  12. 商品信息表
  13. </caption>
  14. <thead>
  15. <tr>
  16. <th>ID</th>
  17. <th>品类</th>
  18. <th>品名</th>
  19. <th>数量</th>
  20. <th>单价</th>
  21. <th>金额</th>
  22. </tr>
  23. <tr>
  24. <th>1</th>
  25. <th rowspan="2">衣服</th>
  26. <th>冬装</th>
  27. <th>1</th>
  28. <th>100</th>
  29. <th>100</th>
  30. </tr>
  31. <tr>
  32. <th>2</th>
  33. <th>夏装</th>
  34. <th>1</th>
  35. <th>100</th>
  36. <th>100</th>
  37. </tr>
  38. <tr>
  39. <th>3</th>
  40. <th rowspan="2">饮料</th>
  41. <th>可口可乐</th>
  42. <th>1</th>
  43. <th>100</th>
  44. <th>100</th>
  45. </tr>
  46. <th>4</th>
  47. <th>百事可乐</th>
  48. <th>1</th>
  49. <th>100</th>
  50. <th>100</th>
  51. </tr>
  52. </tr >
  53. <th colspan="6" bgcolor="pink">以下为备用物品</th>
  54. </tr>
  55. </tr>
  56. <th>5</th>
  57. <th rowspan="2">数码</th>
  58. <th>相机</th>
  59. <th>1</th>
  60. <th>100</th>
  61. <th>100</th>
  62. </tr>
  63. </tr>
  64. <th>6</th>
  65. <th>镜头</th>
  66. <th>1</th>
  67. <th>100</th>
  68. <th>100</th>
  69. </tr>
  70. <tfoot>
  71. </tr >
  72. <th colspan="4" rowspan="2" bgcolor="pink">合计</th>
  73. <th>平均单价</th>
  74. <th>金额合计</th>
  75. </tr>
  76. </tr >
  77. <th>100</th>
  78. <th>600</th>
  79. </tr>
  80. </tfoot>
  81. </thead>
  82. </table>
  83. </body>
  84. </html>
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