我们为大家收集整理了关于html表格背景色,以方便大家参考。
<html>
<head>
<title>透明表格</title>
</head>
<body background="图片">
<table border="0">
<tr>
<td style="background-color:#336699;filter:Alpha(opacity=50)">表格内容</td>
</tr>
</table>
</body>
</html>
希望大家可以学会html表格背景色.想了解更多精彩内容,请关注我们的网站!
相关推荐:
html标签类型简介