Blogger Information
Blog 28
fans 0
comment 1
visits 13107
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
图文列表和课程表练习
centos
Original
326 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. <div class="news">
  11. <ol>
  12. <li>民航局:东航一飞机坠毁 机上132人</li>
  13. <li>
  14. <a
  15. href="https://haokan.baidu.com/v?pd=wisenatural&vid=298239993773962164"
  16. ><img
  17. src="https://img2.baidu.com/it/u=1175425289,2291637836&fm=253&fmt=auto&app=120&f=JPEG?w=860&h=500"
  18. alt="今日要闻"
  19. /></a>
  20. </li>
  21. <li>
  22. <a href="https://top.baidu.com/board?platform=pc&sa=pcindex_a_right"
  23. >更多新闻请点击前往</a
  24. >
  25. </li>
  26. </ol>
  27. </div>
  28. </body>
  29. </html>

课程表

  1. <!-- 课程表 -->
  2. <table class="teach" style="font-size: 16px;" border="1px" cellpadding="0" cellspacing="0">
  3. <caption>
  4. 课程表
  5. </caption>
  6. <thead>
  7. <tr>
  8. <th>时间</th>
  9. <th>课程</th>
  10. <th>课程</th>
  11. <th>课程</th>
  12. <th>课程</th>
  13. <th>课程</th>
  14. </tr>
  15. </thead>
  16. <tbody>
  17. <tr>
  18. <!-- 向下合并4个 -->
  19. <td rowspan="4">上午</td>
  20. <td>数学</td>
  21. <td>数学</td>
  22. <td>数学</td>
  23. <td>数学</td>
  24. <td>数学</td>
  25. </tr>
  26. <tr>
  27. <td>数学</td>
  28. <td>数学</td>
  29. <td>数学</td>
  30. <td>数学</td>
  31. <td>数学</td>
  32. </tr>
  33. <tr>
  34. <td>数学</td>
  35. <td>数学</td>
  36. <td>数学</td>
  37. <td>数学</td>
  38. <td>数学</td>
  39. </tr>
  40. <tr>
  41. <td>数学</td>
  42. <td>数学</td>
  43. <td>数学</td>
  44. <td>数学</td>
  45. <td>数学</td>
  46. </tr>
  47. <tr>
  48. <!-- 向左合并6个 -->
  49. <td colspan="6" style="background-color: antiquewhite;text-align: center;" >中午休息</td>
  50. </tr>
  51. <tr>
  52. <!-- 向下合并4个 -->
  53. <td rowspan="4">下午</td>
  54. <td>数学</td>
  55. <td>数学</td>
  56. <td>数学</td>
  57. <td>数学</td>
  58. <td>数学</td>
  59. </tr>
  60. <tr>
  61. <td>数学</td>
  62. <td>数学</td>
  63. <td>数学</td>
  64. <td>数学</td>
  65. <td>数学</td>
  66. </tr>
  67. <tr>
  68. <td>数学</td>
  69. <td>数学</td>
  70. <td>数学</td>
  71. <td>数学</td>
  72. <td>数学</td>
  73. </tr>
  74. <tr>
  75. <td>数学</td>
  76. <td>数学</td>
  77. <td>数学</td>
  78. <td>数学</td>
  79. <td>数学</td>
  80. </tr>
  81. <tfoot>
  82. <tr>
  83. <td>备注</td>
  84. <!-- 向左合并五个 -->
  85. <td colspan="5" style="background-color: antiquewhite;">放学时间为17:30</td>
  86. </tr>
  87. </tfoot>
  88. </tbody>
  89. </table>

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!