Blogger Information
Blog 24
fans 0
comment 0
visits 10901
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
10.17 行列合并训练
皮皮志
Original
521 people have browsed it
  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>Document</title>
  8. <style>
  9. thead{
  10. color:pink
  11. }
  12. tbody>tr>td{
  13. color:blue;
  14. }
  15. td{
  16. font-size: 14px;
  17. line-height: 28px;
  18. text-align:center;
  19. }
  20. table {
  21. font-size: 14px;
  22. border-collapse: collapse;
  23. width: 70%;
  24. table-layout: fixed;
  25. text-align: center;
  26. line-height: 25px;
  27. margin:0 auto;
  28. }
  29. </style>
  30. </head>
  31. <body>
  32. <table border="1">
  33. <caption>课程表</caption>
  34. <thead>
  35. <tr>
  36. <td>节次</td>
  37. <td colspan="2">星期一</td>
  38. <td colspan="2">星期二</td>
  39. <td colspan="2">星期三</td>
  40. <td colspan="2">星期四</td>
  41. <td colspan="2">星期五</td>
  42. </tr>
  43. </thead>
  44. <tbody>
  45. <tr>
  46. <th>第一节</th>
  47. <td rowspan="2" colspan="2">合同法</td>
  48. <td rowspan="2" colspan="2">合同法</td>
  49. <td colspan="2"></td>
  50. <td colspan="2"></td>
  51. <td rowspan="2" colspan="2">中国名俗</td>
  52. </tr>
  53. <tr>
  54. <th>第二节</th>
  55. <td colspan="2"></td>
  56. <td colspan="2"></td>
  57. </tr>
  58. <tr>
  59. <th>第三节</th>
  60. <td rowspan="2" colspan="2">社交礼仪</td>
  61. <td rowspan="2" colspan="2">专业外语</td>
  62. <td rowspan="2" colspan="2">银行管理</td>
  63. <td colspan="2"></td>
  64. <td rowspan="2" colspan="2">专业设计</td>
  65. </tr>
  66. <tr>
  67. <th>第四节</th>
  68. <td colspan="2"></td>
  69. </tr>
  70. <tr>
  71. <th>第五节</th>
  72. <td colspan="2"></td>
  73. <td colspan="2"></td>
  74. <td colspan="2"></td>
  75. <td colspan="2"></td>
  76. <td colspan="2"></td>
  77. </tr>
  78. <tr>
  79. <th>第六节</th>
  80. <td rowspan="2" colspan="2">社交礼仪</td>
  81. <td rowspan="2" colspan="2">专业外语</td>
  82. <td rowspan="2" colspan="2">银行管理</td>
  83. <td rowspan="2" colspan="2">专业设计</td>
  84. <td colspan="2"></td>
  85. </tr>
  86. <tr>
  87. <th>第七节</th>
  88. <td colspan="2"></td>
  89. </tr>
  90. <tr>
  91. <th>第八节</th>
  92. <td rowspan="2" colspan="2">经营实训</td>
  93. <td rowspan="2" colspan="2">经营实训</td>
  94. <td colspan="2"></td>
  95. <td colspan="2"></td>
  96. <td colspan="2"></td>
  97. </tr>
  98. <tr>
  99. <th>第九节</th>
  100. <td colspan="2"></td>
  101. <td colspan="2"></td>
  102. <td colspan="2"></td>
  103. </tr>
  104. </tbody>
  105. <tfoot>
  106. <tr>
  107. <th>第十节</th>
  108. <td colspan="2"></td>
  109. <td colspan="2"></td>
  110. <td colspan="2"></td>
  111. <td colspan="2"></td>
  112. <td colspan="2"></td>
  113. </tr>
  114. <tr>
  115. <th>第十一节</th>
  116. <td colspan="2"></td>
  117. <td colspan="2"></td>
  118. <td colspan="2"></td>
  119. <td colspan="2"></td>
  120. <td colspan="2"></td>
  121. </tr>
  122. </tfoot>
  123. </table>
  124. </body>
  125. </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