HTML

                   <table>
                    <tr>
                        <th>名称</th>
                        <th>描述</th>
                    </tr>
                    <tr>
                        <td>橘子</td>
                        <td>有皮的水果</td>
                    </tr>                 
                </table>

 

CSS

table{border-collapse: collapse;}
table td,th{border: 1px solid #000;}

 

相关文章:

  • 2022-02-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2022-12-23
  • 2021-10-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-18
  • 2021-12-10
  • 2022-12-23
  • 2021-12-10
  • 2021-12-25
相关资源
相似解决方案