第1题:
A.a:link{color:red}
B.a:hover{color:red}
C.a:visited{color:red}
D.a:active{color:red}
答案:C
解析:a:link :是未被访问的样式,可以在里面加很多东西,比如说去掉下划线,换颜色等功能都能在这里实现;
a:visited :是已被点击后的样式,也可以在里面加很多元素,可以去下划线,改颜色,放大等功能;
a:hover :这个是鼠标悬停的样式,是把鼠标停在超链接的位置的时候可以设置变颜色;
a:active :是能把鼠标点上去的时候,瞬间出的样式,在很多网站上都有这种样式的
第2题:
第3题:
第4题:
第5题:
第6题:
第7题:
要设置以访问过的连接颜色为红色,下列选项正确的是()。
第8题:
设置鼠标移动到链接上时候文字变成红色如何设置?()
第9题:
在HTML中,下面()是已被访问过呈红色文字的样式。
第10题:
a:link{color:red;}
a:active{color:red;}
a:visited{color:red;}
a:hover{color:red;}
第11题:
A:link{color:red}
A:active{color:red}:
A:visited{color:red}
A:visite(color:red)
第12题:
$(p).css(color,red)
p.css(color,red)
p.style.color=red
p.style=red
第13题:
On a chart, the characteristic of the light on a lighthouse is shown as flashing white with a red sector. The red sector ______.
A.indicates the limits of the navigable channel
B.indicates a danger area
C.is used to identify the characteristics of the light
D.serves no significant purpose
第14题:
第15题:
第16题:
第17题:
第18题:
下列哪个CSS语法是正确的?()
第19题:
序号伪类选择器语法格式正确的是()。
第20题:
以下选项中哪个是给p标签添加颜色的jQuery语法()。
第21题:
public class Ball { public enum Color { RED, GREEN, BLUE }; public void foo() { // insert code here { System.out.println(c); } } } Which code inserted at line 14 causes the foo method to print RED, GREEN, and BLUE?()
第22题:
mark
sign
symbol
signal
第23题:
Indicates the limits of the navigable channel
Indicates a danger area
Is used to identify the characteristics of the light
Serves no significant purpose
第24题:
( 难度:中等)要将下面代码中超链接文本呈现为红色,不可以使用的样式表是()