Blogger Information
Blog 3
fans 0
comment 0
visits 1063
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
1017课程表作业
刘勇
Original
339 people have browsed it

1.课程表

  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>课程表</title>
  8. </head>
  9. <body>
  10. <h2 style="text-align:center">课程表</h2>
  11. <table border="1" cellpadding="20" width="100%">
  12. <tr>
  13. <th colspan="2">时间\日期</th>
  14. <th>周一</th>
  15. <th>周二</th>
  16. <th>周三</th>
  17. <th>周四</th>
  18. <th>周五</th>
  19. </tr>
  20. <tr>
  21. <th rowspan="2">上午</th>
  22. <th>9:30-10:15</th>
  23. <th>语文</th>
  24. <th>数学</th>
  25. <th>英语</th>
  26. <th>体育</th>
  27. <th>美术</th>
  28. </tr>
  29. <tr>
  30. <th>10:25-11:10</th>
  31. <th>音乐</th>
  32. <th>科学</th>
  33. <th>手工</th>
  34. <th>娱乐</th>
  35. <th>思想品德</th>
  36. </tr>
  37. <tr>
  38. <th colspan="7"></th>
  39. </tr>
  40. <tr>
  41. <th rowspan="2">下午</th>
  42. <th>14:30-15:15</th>
  43. <th>语文</th>
  44. <th>英语</th>
  45. <th>体育</th>
  46. <th>美术</th>
  47. <th>音乐</th>
  48. </tr>
  49. <tr>
  50. <th>15:25-16:10</th>
  51. <th>数学</th>
  52. <th>科学</th>
  53. <th>手工</th>
  54. <th>语文</th>
  55. <th>音乐</th>
  56. </tr>
  57. </table>
  58. </body>
  59. </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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!