没有搜到到结果?点击这里求解答/求资源。
【单选题】
关于下面代码运行效果说法正确( ) div{color:#0F0;background-color:#f00}

设定div字体颜色和背景颜色为红色
设定div字体颜色和背景颜色为绿色
设定div字体颜色为绿色,背景颜色为红色
设定div字体颜色为红色,背景颜色为绿色
【单选题】
关于下面代码运行效果说法正确( )div{ color:#0F0; background-color:#f00;}

设定div字体颜色和背景颜色为红色
设定div字体颜色和背景颜色为绿色
设定div字体颜色为绿色,背景颜色为红色
设定div字体颜色为红色,背景颜色为绿色
【单选题】
下面的CSS代码运行效果( ) p{color:#f00} font{background:#f00}

所有p和font标签背景色为红色
所有p和font标签字体颜色为红色
p标签字体颜色为红色,font标签背景色为红色
p标签字体背景色为红色,font标签颜色为红色
【单选题】
下面的CSS代码运行效果( )p{color:#f00}font{background:#f00}

所有p和font标签背景色为红色
所有p和font标签字体颜色为红色
p标签字体颜色为红色,font标签背景色为红色
p标签字体背景色为红色,font标签颜色为红色
【单选题】
阅读下面的HTML代码,其段落标签内文本最终显示颜色(????)。 style?type=text/css? body?{?color:#333;?}? #text{?color:#f00;?}? .content?{?color:#00f;?}? .gray?{?color:#666;?}? /style ?......? p?id=text?class=content?gray谁知盘中餐,粒粒皆辛苦 ?......

#f00
#00f
#666
#333
【单选题】
阅读下面的HTML代码,其段落标签内文本最终显示颜色(????)。style?type=text/css? body?{?color:#333;?}? #text{?color:#f00;?}? .content?{?color:#00f;?}? .gray?{?color:#666;?}?/style ?......?p?id=text?class=content?gray谁知盘中餐,粒粒皆辛苦......

#f00
#00f
#666
#333
【单选题】
利用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
【单选题】
样式表定义 .outer {background-color:yellow} 表示?

网页中某一个 id 为 outer 元素背景色红色
网页中含有 class= ”outer ” 元素背景色红色
网页中元素名为 outer 元素背景色红色
以上任意一个都可以
【单选题】
样式表定义:.outer{background-color:yellow}表示( )

网页中某一个id为outer元素背景色红色
网页中含有class=”outer”元素背景色红色
网页中元素名为outer元素背景色红色
以上任意一个都可以
【单选题】
样式表定义:.outer{background-color:yellow}表示( )

网页中某一个id为outer元素背景色红色
网页中含有class=outer元素背景色红色
网页中元素名为outer元素背景色红色
以上任意一个都可以