没有搜到到结果?点击这里求解答/求资源。
【单选题】
运用后代选择器将下面的标签内的字变为蓝色,下面选项正确的是( )div 沧海月明珠有泪,蓝田日暖玉生烟/div

div p{color:blue;}
div+p{color:blue;}
div~p{color:blue;}
divp{color:blue;}
【单选题】
页面中有一个id为price的层,并且有一个id选择器price用来设置层price的样式,在IE浏览中运行此页面,下面( )能正确获取层的背景颜色。(选择一项)

document.getElementById(price).currentStyle.backgroundColor
document.getElementById(price).currentStyle.background-color
document.getElementById(price).style.backgroundColor
var divObj=document.getElementById(pricedocument.defaultView.getComputedStyle(divObj,null).background;
【判断题】
在统计分组时,首先应考虑选择什么标志分组。

正确
错误
【单选题】
程序中的预处理命令是指( )字符开头的命令。

*
#
$
%
【单选题】
程序中的预处理命令是指( )字符开头的命令。

*
#
$
%
【单选题】
选择工具有什么功能?

选择图形
复制图形
删除图形
旋转图形
【简答题】
CSS为超级链接文本建立了4个伪选择器:a:link为尚未链接的超级链接文本样式,[填空]为已链接过的超级链接文本样式,a:hover为鼠标移到超级链接文本上方的样式,[填空]为在超级链接文本上的选择鼠标的样式。

【单选题】
页面中有一个id为price的层,并且有一个id选择器price用来设置层price的样式,在IE浏览中运行此页面,下面( )能正确获取层的背景颜色。

document.getElementById(price).currentStyle.backgroundColor
document.getElementById(price).currentStyle.background-color
document.getElementById(price).style.backgroundColor
var divObj=document.getElementById(price);document.defaultView.getComputedStyle(divObj,null).background;
【单选题】
CSS样式,id选择器使用HTML元素的id属性,用下面哪一个来定义?*

{}
.
id
#
【单选题】
CSS样式,id选择器使用HTML元素的id属性,用下面哪一个来定义?

$
.
*
#