html--表格--01
<body> <div> <table border="1"> <thead> <th>ID</th> </thead> <tbody> <td>哈哈</td> </tbody> </table> </div> </body>
border代表 表格 宽度

上班求生存,下班求发展
<body> <div> <table border="1"> <thead> <th>ID</th> </thead> <tbody> <td>哈哈</td> </tbody> </table> </div> </body>
border代表 表格 宽度
