在htm <table> 标签的中background和bgcolor两个属性有什么关系?
3个回答
展开全部
两者没有关系,一个设置制定标签的背景图片一个是设置背景颜色。
1、background 属性是在一个标签中设置所有的背景属性,在表格中也是如此,例如:
html>
<body>
<table border="1">
<tr>
<td background="1.jpg" width="100px" height="100px"></td>
</tr>
</table>
</body>
</html>
此时就把名字为1.jpg的图片设置成为td的背景图片,注意background在表格中不能用于table标签中,只能用于td中。
2、bgcolor是设置制定标签区域的背景颜色,如:
html>
<body>
<table border="1" bgcolor="red">
<tr>
<td width="100px" height="100px"></td>
</tr>
</table>
</body>
</html>
此标既能用于table也能用于tr或者td标签中,都可以制定区域的背景颜色。
展开全部
bgcolor是HTML中标签的背景颜色属性,而background是CSS中的属性,bgcolor只定义背景颜色,background可以定义如下属性:background-color 规定要使用的背景颜色。background-image 规定要使用的背景图像。background-repeat 规定如何重复背景图像。background-attachment 规定背景图像是否固定或者随着页面的其余部分滚动。background-position 规定背景图像的位置。
比如 background:#ff0000 url('smiley.gif');
比如 background:#ff0000 url('smiley.gif');
参考资料: http://www.w3school.com.cn/css/pr_background.asp
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
background:背景,图片
bgcolor:背景颜色,颜色
bgcolor:背景颜色,颜色
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询