Blogger Information
Blog 28
fans 0
comment 0
visits 11633
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
10.17日作业
子墨吖ฅฅ
Original
548 people have browsed it

用户注册基本信息

  1. <table border="1" cellspacing="0" style="text-align: center">
  2. <caption>用户列表</caption>
  3. <thead>
  4. <tr>
  5. <th>ID</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>1</td>
  16. <td>admin</td>
  17. <td>子墨</td>
  18. <td rowspan="3"></td>
  19. <td>19</td>
  20. <td>3171275340@qq.com</td>
  21. </tr>
  22. <tr>
  23. <td>2</td>
  24. <td>user1</td>
  25. <td>张三</td>
  26. <td>19</td>
  27. <td>123@qq.com</td>
  28. </tr>
  29. <tr>
  30. <td>3</td>
  31. <td>user2</td>
  32. <td>李四</td>
  33. <td>20</td>
  34. <td>456@qq.com</td>
  35. </tr>
  36. <tr>
  37. <td>4</td>
  38. <td>user3</td>
  39. <td>小红</td>
  40. <td></td>
  41. <td>19</td>
  42. <td>789@qq.com</td>
  43. </tr>
  44. </tbody>
  45. <tfoot>
  46. <tr>
  47. <td colspan="5" style="background-color: #888888">合计注册用户</td>
  48. <td style="background-color: antiquewhite">4个</td>
  49. </tr>
  50. </tfoot>
  51. </table>

执行效果如下

效果图

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