表格

<table  style="border-collapse:collapse;" border="1">
       <thead>
           <tr>
               <th>The table header</th>
               <th>The table header1</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <td>columns1</td>
               <td>columns2</td>
           </tr>
       </tbody>
   </table>

posted @ 2020-05-25 19:12  Running00  阅读(71)  评论(0编辑  收藏  举报