博主信息
博文 6
粉丝 0
评论 0
访问量 5531
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
HHTML5的图片列表与表格小结
Breeze blue sea
原创
931人浏览过

图片列表

代码:

  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>3.17学习</title>
  8. <style type="text/css">
  9. a {text-decoration: none;}
  10. li { list-style: none;float: left;}
  11. img { align-items: center;}
  12. </style>
  13. </head>
  14. <body>
  15. <div class="nav">
  16. <ui class="menu">
  17. <li><a href="https://www.php.cn/course/25.html"><img src="https://img.php.cn/upload/course/000/000/001/6221dba306f53195.png" alt="php"></img><p>php完全自学手册</p></a></li>
  18. <li><a href="https://www.php.cn/course/26.html"><img src="https://img.php.cn/upload/course/000/000/068/6221dcb26d3d0122.png" alt=""></img><p>JavaScript中文参考</p></a></li>
  19. <li><a href="https://www.php.cn/course/27.html"><img src="https://img.php.cn/upload/course/000/000/068/6221dcd6039fa852.png" alt=""></img><p>HTML 开发手册</p></a></li>
  20. <li><a href="https://www.php.cn/course/1061.html"><img src="https://img.php.cn/upload/course/000/000/068/6221dcf989dc5296.png" alt=""></img><p>Laravel 5.8 中文文档</p></a></li>
  21. </ui>
  22. </div>
  23. </body>
  24. </html>

效果图

表格

代码:

  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 class="xx" border="1px">
  11. <caption>课程表</caption>
  12. <thead>
  13. <tr>
  14. <th></th>
  15. <th>星期一</th>
  16. <th>星期二</th>
  17. <th>星期三</th>
  18. <th>星期四</th>
  19. <th>星期五</th>
  20. </tr>
  21. </thead>
  22. <tbody>
  23. <tr>
  24. <th>第一节</th>
  25. <th>数学</th>
  26. <th>英语</th>
  27. <th>体育</th>
  28. <th>语文</th>
  29. <th>生物</th>
  30. </tr>
  31. <tr>
  32. <th>第二节</th>
  33. <th>语文</th>
  34. <th>数学</th>
  35. <th>语文</th>
  36. <th>生物</th>
  37. <th>数学</th>
  38. </tr>
  39. <tr>
  40. <th>第三节</th>
  41. <th>语文</th>
  42. <th>语文</th>
  43. <th>音乐</th>
  44. <th>美术</th>
  45. <th>数学</th>
  46. </tr>
  47. <tr>
  48. <th>第四节</th>
  49. <th>体育</th>
  50. <th>数学</th>
  51. <th>英语</th>
  52. <th>英语</th>
  53. <th>语文</th>
  54. </tr>
  55. </tbody>
  56. <tfoot>
  57. <tr>
  58. <th>午休</th>
  59. <th colspan="5"></th>
  60. </tr>
  61. </tfoot>
  62. </table>
  63. </body>
  64. </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+教程免费学