博主信息
博文 4
粉丝 0
评论 0
访问量 3805
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
html简单导航与简洁课程表代码演示
Jw.
原创
1381人浏览过

html代码导航演示

  1. <ul>
  2. <li><a href="https://www.php.cn/course/1396.html"><img src="https://img.php.cn/upload/course/000/000/068/625e52df2dd4f914.jpg" alt="200" width="200"></a></li>
  3. </ul>
  4. <ul>
  5. <li><a href="https://www.php.cn/course/1407.html"><img src="https://img.php.cn/upload/course/000/000/001/624e4c82a65d0931.jpg" alt="200" width="200"></a></li>
  6. </ul>
  7. <ul>
  8. <li><a href="https://www.php.cn/course/1422.html"><img src="https://img.php.cn/upload/course/000/000/001/6296df1d179f3127.png" alt="200" width="200"></a></li>

效果图

课程表代码演示

  1. <table style="text-align:center" border="2" align="center" width="700" height="500" cellspacing="0" cellpadding="5">
  2. <caption><h2>课程表</h2></caption>
  3. <thead>
  4. <tr>
  5. <th colspan="2">时间</th>
  6. <th>星期一</th>
  7. <th>星期二</th>
  8. <th>星期三</th>
  9. <th>星期四</th>
  10. <th>星期五</th>
  11. </tr>
  12. </thead>
  13. <tbody>
  14. <tr>
  15. <td colspan="2" rowspan="4" style="background-color: lawngreen;">上午8:00-12:00</td>
  16. <td>语文</td>
  17. <td>语文</td>
  18. <td>语文</td>
  19. <td>语文</td>
  20. <td>语文</td>
  21. </tr>
  22. <tr>
  23. <td>语文</td>
  24. <td>语文</td>
  25. <td>语文</td>
  26. <td>语文</td>
  27. <td>语文</td>
  28. </tr>
  29. <tr>
  30. <td>语文</td>
  31. <td>语文</td>
  32. <td>语文</td>
  33. <td>语文</td>
  34. <td>语文</td>
  35. </tr>
  36. <tr>
  37. <td>语文</td>
  38. <td>语文</td>
  39. <td>语文</td>
  40. <td>语文</td>
  41. <td>语文</td>
  42. </tr>
  43. <tr>
  44. <td colspan="9" style="background-color: hotpink;">午休(12:00~14:00)</td>
  45. </tr>
  46. <tr>
  47. <td colspan="2" rowspan="3" style="background-color:hotpink;">下午14:00-17:00</td>
  48. <td>语文</td>
  49. <td>语文</td>
  50. <td>语文</td>
  51. <td>语文</td>
  52. <td>语文</td>
  53. </tr>
  54. <tr>
  55. <td>语文</td>
  56. <td>语文</td>
  57. <td>语文</td>
  58. <td>语文</td>
  59. <td>语文</td>
  60. </tr>
  61. <tr>
  62. <td>语文</td>
  63. <td>语文</td>
  64. <td>语文</td>
  65. <td>语文</td>
  66. <td>语文</td>
  67. </tr>
  68. </tbody>
  69. <tfoot>
  70. <tr>
  71. <td style="background-color: greenyellow;">
  72. <a >晚自习20:00</a>
  73. </td>
  74. <td colspan="6" style="background-color: lightcyan;">自行在家晚自习,家长监督。</td>
  75. </tr>
  76. </tfoot>
  77. </table>

效果图

批改老师: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+教程免费学