【单选题】
利用XSL创建一style属性,style的值为“color:bule;background-color:red”,能实现该功能的选项为()。
①
attributename="color"blue/attributeattributename="background-color"red/attribute
②
attributename="style"color:blue/attributeattributename="style"background-color:red/attribute
③
attributename="style"color:blue;background-color:red/attribute
④
elementattribute="style"color:blue;background-color:red/element
【判断题】
CSS中的color属性用于设置HTML元素的背景颜色。
【单选题】
样式表定义 .outer {background-color:yellow} 表示?
①
网页中某一个 id 为 outer 的元素的背景色是红色的
②
网页中含有 class= ”outer ” 元素的背景色是红色的
③
网页中元素名为 outer 元素的背景色是红色的
【单选题】
样式表定义:.outer{background-color:yellow}表示( )
①
网页中某一个id为outer的元素的背景色是红色的
②
网页中含有class=”outer”元素的背景色是红色的
【单选题】
样式表定义:.outer{background-color:yellow}表示( )
①
网页中某一个id为outer的元素的背景色是红色的
②
网页中含有class=outer元素的背景色是红色的
【单选题】
关于下面代码的运行效果,说法正确的是( )
div{color:#0F0;background-color:#f00}
【单选题】
关于下面代码的运行效果,说法正确的是( )div{ color:#0F0; background-color:#f00;}
【判断题】
body标记中用于背景颜色的属性是background。
【判断题】
CSS中,设置元素内容的字体颜色用"font-color"属性。
【单选题】
下面的CSS代码运行效果是( )
p{color:#f00}
font{background:#f00}
③
p标签的字体颜色为红色,font标签的背景色为红色
④
p标签的字体背景色为红色,font标签的颜色为红色