Blogger Information
Blog 6
fans 0
comment 0
visits 1909
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
制作产品报价表
P粉563197984
Original
388 people have browsed it

制作产品报价表

HTML页面程序

  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  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>报价表</title>
  8. </head>
  9. <body>
  10. <table border = "1" width ="1000">
  11. <caption>产品报价表
  12. </caption>
  13. <thead>
  14. <tr>
  15. <th>序号</th>
  16. <th>规格</th>
  17. <th>数量</th>
  18. <th>单价</th>
  19. <th>小计</th>
  20. <th>备注</th>
  21. </tr>
  22. </thead>
  23. <tbody>
  24. <tr>
  25. <td>1</td>
  26. <td>65寸</td>
  27. <td>1台</td>
  28. <td>22495元</td>
  29. <td>22495元</td>
  30. <td rowspan="4"></td>
  31. </tr>
  32. <tr>
  33. <td>2</td>
  34. <td>75寸</td>
  35. <td>1台</td>
  36. <td>30996元</td>
  37. <td>30996元</td>
  38. </tr>
  39. <tr>
  40. <tr>
  41. <td>3</td>
  42. <td>86寸</td>
  43. <td>1台</td>
  44. <td>55496元</td>
  45. <td>55496元</td>
  46. <!-- <td></td> -->
  47. </tr>
  48. </tbody>
  49. <tfoot>
  50. <tr>
  51. <td colspan="4">总计</td>
  52. <td>108987元</td>
  53. </tr>
  54. </tfoot>
  55. </table>
  56. </body>
  57. </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