博主信息
博文 4
粉丝 0
评论 0
访问量 2915
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
简单实现列表div>ul>li>a与课程表格table制作
画骨
原创
803人浏览过

简单实现功能

1.图片列表

2.课程表

3.代码

  1. <!DOCTYPE html>
  2. <html lang="zh-cn">
  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. <style>
  9. .div{ width: 1200px;margin: 0 auto;}
  10. .nav{display: flex; text-align: center;padding-left: 5px;}
  11. .lst{list-style-type:none;padding-left: 5px;}
  12. </style>
  13. </head>
  14. <body>
  15. <div class="div">
  16. <h2>图片列表</h2>
  17. <ul class="nav">
  18. <li class="lst"><img src="/static/images/1.jpg" alt="师姐很漂亮" srcset="" style="width:200px"><br /><a href="http://www.php.cn" target="_blank" rel="noopener noreferrer">师姐很漂亮</a></li>
  19. <li class="lst"><img src="/static/images/2.jpg" alt="师妹也很漂亮" srcset=""style="width:200px"><br /><a href="http://www.php.cn" target="_blank" rel="noopener noreferrer">师妹也很漂亮</a></li>
  20. <li class="lst"><img src="/static/images/3.jpg" alt="班花更漂亮" srcset=""style="width:200px"><br /><a href="http://www.php.cn" target="_blank" rel="noopener noreferrer">班花更漂亮</a></li>
  21. <li class="lst"><img src="/static/images/7.jpg" alt="校花排名榜首" srcset=""style="width:200px"><br /><a href="http://www.php.cn" target="_blank" rel="noopener noreferrer">校花排名榜首</a></li>
  22. </ul>
  23. </div>
  24. <div class="biaoge">
  25. <h2>课程表</h2>
  26. <table border="1" >
  27. <caption>美女舞蹈培训班课程表</caption>
  28. <thead>
  29. <tr bgcolor="#78ccd">
  30. <th></th>
  31. <th>星期一</th>
  32. <th>星期二</th>
  33. <th>星期三</th>
  34. <th>星期四</th>
  35. <th>星期五</th>
  36. <th>星期六</th>
  37. <th>星期日</th>
  38. </tr>
  39. </thead>
  40. <tbody>
  41. <tr>
  42. <th rowspan="2" bgcolor="afb4db">上午</th>
  43. <td>文化课</td>
  44. <td>文化课</td>
  45. <td>文化课</td>
  46. <td>文化课</td>
  47. <td>文化课</td>
  48. <td>休息</td>
  49. <td>表演</td>
  50. </tr>
  51. <tr>
  52. <td>广场舞</td>
  53. <td>钢管舞</td>
  54. <td>现代舞</td>
  55. <td>交际舞</td>
  56. <td>鬼步舞</td>
  57. <td>休息</td>
  58. <td>休息</td>
  59. </tr>
  60. <tr align="center" bgcolor="#78ccd">
  61. <td colspan="8">中午休息(12:00-14:00)</td>
  62. </tr>
  63. <tr>
  64. <th rowspan="2" bgcolor="afb4db">下午</th>
  65. <td>交际舞</td>
  66. <td>现代舞</td>
  67. <td>现代舞</td>
  68. <td>文化课</td>
  69. <td>钢管舞</td>
  70. <td>休息</td>
  71. <td>表演</td>
  72. </tr>
  73. <tr>
  74. <td>广场舞</td>
  75. <td>钢管舞</td>
  76. <td>鬼步舞</td>
  77. <td>现代舞</td>
  78. <td>钢管舞</td>
  79. <td>休息</td>
  80. <td>休息</td>
  81. </tr>
  82. </tbody>
  83. <tfoot>
  84. <tr align="center" bgcolor="#78ccd">
  85. <td colspan="8">晚上休息</td>
  86. </tr>
  87. </tfoot>
  88. </table>
  89. </div>
  90. </body>
  91. </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+教程免费学