怎么在tablehtml设置颜色(html表格边框怎么设置颜色)

怎么在tablehtml设置颜色(html表格边框怎么设置颜色)

首页维修大全综合更新时间:2024-04-12 17:13:21

怎么在tablehtml设置颜色

题主说的是html中表格怎么设置背景颜色是吗,table标签的颜色可以通过设置class或者style属性中的 background-color 来设置,比如:

<table > <thead> <tr> <th>名称</th> <th>城市</th> </tr> </thead> <tbody> <tr > <td>Tanmay</td> <td>Bangalore</td> </tr> <tr> <td >Sachin</td> <td>Mumbai</td> </tr> </tbody></table>

这里我通过style属性设置了整个表格背景色,表格的列背景色,表格单元格背景色,供题主参考,效果图如下:

大家还看了
也许喜欢
更多栏目

© 2021 3dmxku.com,All Rights Reserved.