您现在的位置: 万盛学电脑网 >> 程序编程 >> 网页制作 >> Html5 >> 正文

透明html表格背景色设置

作者:佚名    责任编辑:admin    更新时间:2022-06-22

我们为大家收集整理了关于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标签类型简介