Blogger Information
Blog 5
fans 0
comment 0
visits 2411
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
表单练习之课程表
P粉123761497
Original
371 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>课程表</title>
  8. </head>
  9. <body>
  10. <table border="2">
  11. <caption>课程表</caption>
  12. <thead>
  13. <tr>
  14. <td>时间</td>
  15. <td>星期一</td>
  16. <td>星期二</td>
  17. <td>星期三</td>
  18. <td>星期四</td>
  19. <td>星期五</td>
  20. </tr>
  21. </thead>
  22. <tbody align="right">
  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 >午休</td>
  54. <td colspan="5" align="center">午休时间12:00~2:00</td>
  55. </tr>
  56. <tr>
  57. <td rowspan="2">下午</td>
  58. <td>英语</td>
  59. <td>英语</td>
  60. <td>数学</td>
  61. <td>数学</td>
  62. <td>科学</td>
  63. </tr>
  64. <tr>
  65. <td>班会</td>
  66. <td>自然</td>
  67. <td>体育</td>
  68. <td>英语</td>
  69. <td>语文</td>
  70. </tr>
  71. </tbody>
  72. </table>
  73. </body>
  74. </html>

效果如下:

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:下次在https://www.php.cn/member/courses/work.html中提交作业
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