博主信息
博文 38
粉丝 0
评论 0
访问量 25768
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
HTML课程表练习
Blackeye
原创
616人浏览过

使用图片,链接,列表,写一个图文列表
view link

  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>list</title>
  8. </head>
  9. <body>
  10. <ul>
  11. <li><a href="#"><img src="https://dave-xi.github.io/image/1.jpg" alt="testimage" style="width: 300px; height: 200px;"></a></li>
  12. <li><a href="#"><img src="https://dave-xi.github.io/image/1.jpg" alt="testimage" style="width: 300px; height: 200px;"></a></li>
  13. <li><a href="#"><img src="https://dave-xi.github.io/image/1.jpg" alt="testimage" style="width: 300px; height: 200px;"></a></li>
  14. </ul>
  15. </body>
  16. </html>

课程表
view link

  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>Dave—小学课程表</title>
  8. </head>
  9. <body>
  10. <table border="1" width="450" cellspacing="0" cellpadding="5" align="center">
  11. <!-- 表格标题 -->
  12. <caption><h3>合肥市南门小学六年级课程表</h3></caption>
  13. <!-- 表格头部 -->
  14. <thead style="background-color: #e5e5e5;">
  15. <tr>
  16. <th>时间</th>
  17. <th>周一</th>
  18. <th>周二</th>
  19. <th>周三</th>
  20. <th>周四</th>
  21. <th>周五</th>
  22. </tr>
  23. </thead>
  24. <!-- 表格内容 -->
  25. <tbody>
  26. <!-- row_上午_1 -->
  27. <tr>
  28. <th rowspan="4" bgcolor="#e7f7f7">上午</th>
  29. <th>数学</th>
  30. <th>语文</th>
  31. <th>语文</th>
  32. <th>英语</th>
  33. <th>体育</th>
  34. </tr>
  35. <!-- row_上午_2 -->
  36. <tr>
  37. <th>语文</th>
  38. <th>法制</th>
  39. <th>科学</th>
  40. <th>数学</th>
  41. <th>数学</th>
  42. </tr>
  43. <!-- row_上午_3 -->
  44. <tr>
  45. <th>音乐</th>
  46. <th>语文</th>
  47. <th>英语</th>
  48. <th>电脑</th>
  49. <th>数学</th>
  50. </tr>
  51. <!-- row_上午_4 -->
  52. <tr>
  53. <th>数学</th>
  54. <th>数学</th>
  55. <th>语文</th>
  56. <th>语文</th>
  57. <th>音乐</th>
  58. </tr>
  59. <!-- 中午休息 -->
  60. <tr>
  61. <th colspan="6">中午休息</th>
  62. </tr>
  63. <!-- row_下午_1 -->
  64. <tr>
  65. <th rowspan="3" bgcolor="#e7f7f7">下午</th>
  66. <th>数学</th>
  67. <th>语文</th>
  68. <th>英语</th>
  69. <th>数学</th>
  70. <th>数学</th>
  71. </tr>
  72. <!-- row_下午_2 -->
  73. <tr>
  74. <th>数学</th>
  75. <th>数学</th>
  76. <th>数学</th>
  77. <th>数学</th>
  78. <th>数学</th>
  79. </tr>
  80. <!-- row_下午_3 -->
  81. <tr>
  82. <th>英语</th>
  83. <th>数学</th>
  84. <th>数学</th>
  85. <th>数学</th>
  86. <th>数学</th>
  87. </tr>
  88. </tbody>
  89. <!-- 表格底部 -->
  90. <tfoot style="background-color: #e5e5e5;">
  91. <tr>
  92. <th>备注</th>
  93. <th colspan="5">每天下午15:30-17:30在校写完作业才可回家</th>
  94. </tr>
  95. </tfoot>
  96. </table>
  97. </body>
  98. </html>
批改老师:PHPzPHPz

批改状态:合格

老师批语:附上代码效果图更佳
本博文版权归博主所有,转载请注明地址!如有侵权、违法,请联系admin@php.cn举报处理!
全部评论 文明上网理性发言,请遵守新闻评论服务协议
0条评论
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号

  • 登录PHP中文网,和优秀的人一起学习!
    全站2000+教程免费学