Blogger Information
Blog 10
fans 0
comment 0
visits 5975
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
7-26作业-table
Brain
Original
642 people have browsed it
  1. <table
  2. border="1"
  3. cellspacing="0"
  4. width="400px"
  5. height="150px"
  6. align="center"
  7. >
  8. <colgroup>
  9. <col bgcolor="" />
  10. <col bgcolor="" />
  11. <col bgcolor="yellow" />
  12. <col bgcolor="" />
  13. </colgroup>
  14. <caption>
  15. Homework of Table
  16. </caption>
  17. <thead align="center">
  18. <tr>
  19. <th>id</th>
  20. <th>goods</th>
  21. <th>count</th>
  22. <th>price</th>
  23. <th>totle</th>
  24. </tr>
  25. </thead>
  26. <tbody align="center">
  27. <tr>
  28. <td>1</td>
  29. <td>pc</td>
  30. <td>2</td>
  31. <td>4000</td>
  32. <td>8000</td>
  33. </tr>
  34. <tr>
  35. <td>2</td>
  36. <td>phone</td>
  37. <td>3</td>
  38. <td>3600</td>
  39. <td>10800</td>
  40. </tr>
  41. <tr>
  42. <td>3</td>
  43. <td rowspan="2">car</td>
  44. <td>1</td>
  45. <td>50000</td>
  46. <td>50000</td>
  47. </tr>
  48. <tr>
  49. <td>4</td>
  50. <td>2</td>
  51. <td>80000</td>
  52. <td>160000</td>
  53. </tr>
  54. </tbody>
  55. <tfoot align="center">
  56. <tr>
  57. <td colspan="2">totle</td>
  58. <td>8</td>
  59. <td></td>
  60. <td>228800</td>
  61. </tr>
  62. </tfoot>
  63. </table>
  64. <section>
  65. <a href="">homework</a>
  66. <a href="">practice</a>
  67. <p>section</p>
  68. </section>
  69. <article>
  70. "this partion come from article tag!!"
  71. </article>
Correcting teacher:天蓬老师天蓬老师

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