代码实例
<table border = "1" bordercolor = "green" bgcolor = "yellow"> <tr> <th>Column 1</th> <th>Column 2</th> <th>Column 3</th> </tr> </table> <br> <table border = "1" bordercolor = "green" background = "/uploads/allimg/20220420/1-2204201KZ4609.png"> <tr> <th>Column 1</th> <th>Column 2</th> <th>Column 3</th> </tr> </table>
尝试一下 »
点击“尝试一下”按钮查看在线实例
您可以使用以下方法之一设置 HTML 表格的背景
bgcolor
属性 - 可以为整个表格或仅为一个单元格设置背景颜色。background
属性 - 可以为整个表设置背景图像或仅为一个单元设置背景图像。bordercolor
属性 - 可以设置边框颜色。
注:HTML5 中不推荐使用
bgcolor
,background
和bordercolor
属性。不要使用这些属性。
使用background
属性需要提供图像 URL 地址: