表格基本结构;
<table> <caption>我的表格 </caption> <thead> <tr> <td>表头第一行</td> <td>表头第一行</td> </tr> </thead> <tbody> <tr> <td>表格内容列</td> <td>表格内容列</td> </tbody> </table>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号