- 发布者:源码哥 时间:2022-07-05 11:40 阅读:285
- 扫一扫,手机访问
摘要:background-color概述:设置或检索对象的背景色。定义和使用标签background-color属性设置元素的背景颜色。元素的背景是包含填充和边界的元素的总大小(不包含边距)。属性值示例:/*设置各种元素的背景颜色*/
body
{
background-color:yellow;
}
h1
{
background
background-color概述:设置或检索对象的背景色。
定义和使用标签
background-color属性设置元素的背景颜色。
元素的背景是包含填充和边界的元素的总大小(不包含边距)。
属性值
示例:
/*设置各种元素的背景颜色*/
body
{
background-color:yellow;
}
h1
{
background-color:#00ff00;
}
p
{
background-color:rgb(255,0,255);
}
相关连接:
网站源码
企业网站源码