Blogger Information
Blog 35
fans 0
comment 0
visits 16657
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
表格练习--课程表
手机用户311660634
Original
401 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>课程表</title>
  8. </head>
  9. <body>
  10. <table border="1" width="600px" style="border-collapse: collapse;">
  11. <caption><h2>课程表</h2></caption>
  12. <thead>
  13. <tr>
  14. <th></th>
  15. <th>星期一</th>
  16. <th>星期二</th>
  17. <th>星期三</th>
  18. <th>星期四</th>
  19. <th>星期五</th>
  20. </tr>
  21. </thead>
  22. <tbody align="center">
  23. <tr>
  24. <td rowspan="4">上午</td>
  25. <td>语文</td>
  26. <td>数学</td>
  27. <td>语文</td>
  28. <td>数学</td>
  29. <td>语文</td>
  30. </tr>
  31. <tr>
  32. <td>数学</td>
  33. <td>语文</td>
  34. <td>数学</td>
  35. <td>语文</td>
  36. <td>数学</td>
  37. </tr>
  38. <tr>
  39. <td>数自</td>
  40. <td>体育</td>
  41. <td>读书</td>
  42. <td>体活</td>
  43. <td>语文</td>
  44. </tr>
  45. <tr>
  46. <td>班队</td>
  47. <td>美术</td>
  48. <td>美术</td>
  49. <td>品德</td>
  50. <td>音乐</td>
  51. </tr>
  52. <tr>
  53. <td colspan="6">午休</td>
  54. </tr>
  55. <tr>
  56. <td rowspan="2">下午</td>
  57. <td>语文</td>
  58. <td>品德</td>
  59. <td>品德</td>
  60. <td>音乐</td>
  61. <td>写字</td>
  62. </tr>
  63. <tr>
  64. <td>体育</td>
  65. <td>读书</td>
  66. <td>语自</td>
  67. <td>校本</td>
  68. <td>语文</td>
  69. </tr>
  70. </tbody>
  71. </table>
  72. </body>
  73. </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