第1题:
( )Is red a strong color or a peaceful color?
A.Yes, it is.
B.No, it isn’t.
C.A peaceful color.
D.A strong color.
第2题:
第3题:
第4题:
第5题:
下列哪个CSS语法是正确的?()
第6题:
要设置以访问过的连接颜色为红色,下列选项正确的是()。
第7题:
下列哪一项是css正确的语法构成()。
第8题:
设置文字颜色的语法格式正确的是()。
第9题:
设置鼠标移动到链接上时候文字变成红色如何设置?()
第10题:
CSS如何改变某个元素的文本颜色?()
第11题:
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?()
第12题:
Butterflies are insects
Butterflies as insects
Butterflies being insects
The fact that butterflies are insects
第13题:
Radar is not only to obtain ________ ,but also to measure their distances away from you.
A.brightness of objects
B.color of targets
C.shape of targets
D.bearings of objects
第14题:
第15题:
第16题:
第17题:
设置了超级链接的文本按钮,鼠标经过的几种状态的代码描述正确的是()
第18题:
下列哪个选项的CSS语法是正确的()
第19题:
color属性用于定义文本的颜色,以下写法正确的是()
第20题:
假设页面1拥有以下链接:Go,那么page2.asp如何获得color参数?()
第21题:
在HTML中,下面()是已被访问过呈红色文字的样式。
第22题:
下列选项中,可用于定义背景颜色的是()。
第23题:
第24题:
( 难度:中等)以下不能设置颜色为红色的选项是()
A.color="red"
B.color="#00ffff"
C.color="#ff0000"
D.color="#f00"
答案:B