Blogger Information
Blog 8
fans 0
comment 0
visits 3605
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
图文列表与课程表
平凡之路
Original
396 people have browsed it

图文列表

图文列表案例

图文列表代码
  1. php <ul class="nva" style="display: flex; list-style: none">
  2. <li class="itme">
  3. <a href="https://www.2345.com"><img src="img/erji1.jpg" alt="dog" /></a
  4. ><br />
  5. <a>商品1</a>
  6. </li>
  7. <li class="itme">
  8. <a href="https://www.hao123.com"
  9. ><img src="img/erji2.jpg" alt="cat"
  10. /></a>
  11. <br />
  12. <a style="">商品2</a>
  13. </li>
  14. <li class="itme">
  15. <a href="https://www.baidu.com"
  16. ><img src="img/erji5.png" alt="duck"
  17. /></a>
  18. <br />
  19. <a style="">商品3</a>
  20. </li>
  21. </ul>
图文示例

1
2
2


课程表

图文列表代码
  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>Document</title>
  8. </head>
  9. <body>
  10. <table border="1" width="400">
  11. <caption><h3>光谷一小课程表</h3>
  12. </caption>
  13. <!-- 表头 thead-->
  14. <thead>
  15. <tr>
  16. <th>分类</th>
  17. <th>第几节课</th>
  18. <th>星期一</th>
  19. <th>星期二</th>
  20. <th>星期三</th>
  21. <th>星期四</th>
  22. <th>星期五</th>
  23. </tr>
  24. </thead>
  25. <!-- 主体 tody-->
  26. <body>
  27. <tr>
  28. <td rowspan="4">上午</td>
  29. <td>1</td>
  30. <td>1</td>
  31. <td>1</td>
  32. <td>1</td>
  33. <td>1</td>
  34. <td>1</td>
  35. </tr>
  36. <tr>
  37. <td>1</td>
  38. <td>1</td>
  39. <td>1</td>
  40. <td>1</td>
  41. <td>1</td>
  42. <td>1</td>
  43. </tr>
  44. <tr>
  45. <td>1</td>
  46. <td>1</td>
  47. <td>1</td>
  48. <td>1</td>
  49. <td>1</td>
  50. <td>1</td>
  51. </tr>
  52. <tr>
  53. <td>1</td>
  54. <td>1</td>
  55. <td>1</td>
  56. <td>1</td>
  57. <td>1</td>
  58. <td>1</td>
  59. </tr>
  60. <tr>
  61. <td colspan="1">午休</td>
  62. <td colspan="8"></td>
  63. </tr>
  64. <tr>
  65. <td rowspan="4">下午</td>
  66. <td>1</td>
  67. <td>1</td>
  68. <td>1</td>
  69. <td>1</td>
  70. <td>1</td>
  71. <td>1</td>
  72. </tr>
  73. <tr>
  74. <td>1</td>
  75. <td>1</td>
  76. <td>1</td>
  77. <td>1</td>
  78. <td>1</td>
  79. <td>1</td>
  80. </tr>
  81. <tr>
  82. <td>1</td>
  83. <td>1</td>
  84. <td>1</td>
  85. <td>1</td>
  86. <td>1</td>
  87. <td>1</td>
  88. </tr>
  89. <tr>
  90. <td>1</td>
  91. <td>1</td>
  92. <td>1</td>
  93. <td>1</td>
  94. <td>1</td>
  95. <td>1</td>
  96. </tr>
  97. </body>
  98. </tfoot>
  99. </table>
  100. </body>
  101. </html>

表格示例

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!