Blogger Information
Blog 7
fans 0
comment 1
visits 1891
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
前端-课程表作业
PHP中文网用户-6406556
Original
262 people have browsed it

课程表作业


  1. <table border="1px" style="width: 400px; text-align: center">
  2. <caption style="margin-bottom: 10px">
  3. 记录表
  4. </caption>
  5. <thead>
  6. <tr>
  7. <th>编号</th>
  8. <th>姓名</th>
  9. <th>学分</th>
  10. <th>班级</th>
  11. <th>得分</th>
  12. </tr>
  13. </thead>
  14. <tbody>
  15. <tr>
  16. <td>1</td>
  17. <td>1</td>
  18. <td>1</td>
  19. <td>1</td>
  20. <td rowspan="3">2</td>
  21. </tr>
  22. <tr>
  23. <td>2</td>
  24. <td>2</td>
  25. <td>2</td>
  26. <td>2</td>
  27. </tr>
  28. <tr>
  29. <td>3</td>
  30. <td>3</td>
  31. <td>3</td>
  32. <td>3</td>
  33. </tr>
  34. <tr>
  35. <td>4</td>
  36. <td>4</td>
  37. <td>4</td>
  38. <td>4</td>
  39. <td>4</td>
  40. </tr>
  41. </tbody>
  42. <tfoot>
  43. <tr>
  44. <td>总计</td>
  45. <td colspan="3">10</td>
  46. <td>6</td>
  47. </tr>
  48. </tfoot>
  49. </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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!