China Red Sandalwood Museum specialized in ( ) red sandalwood works of art and classical furniture.
A. collecting
B. researching
C. making
D. displaying
第1题:
8、将div类名以'c'开头元素添加文字为红色,书写正确的是()。
A.div[class=^c]{color:red}
B.div[class=$c]{color:red}
C.div[class=c]{color:red}
D.div[class=*c]{color:red}
第2题:
将div类名以'c'开头元素添加文字为红色,书写正确的是()
A.div[class=^c]{color:red}
B.div[class=$c]{color:red}
C.div[class=c]{color:red}
D.div[class=*c]{color:red}
第3题:
在Android中颜色值的排列顺序是
A.Red-Green-Blue-Alpha
B.Alpha-Red-Blue-Green
C.Alpha-Red-Green-Blue
D.Blue-Green-Red-Alpha
第4题:
13、list1 = ['red',1,2,3,'red',56] 要把 "red" 从list1 中移除的语句是什么?
A.list1.remove("red")
B.list1.remove(red)
C.list1.removeAll("red")
D.list1.removeOne("red")
第5题:
将div类名以'c'开头元素添加文字为红色,书写正确的是()。
A.div[class=^c]{color:red}
B.div[class=$c]{color:red}
C.div[class=c]{color:red}
D.div[class=*c]{color:red}
第6题:
【单选题】定义了类选择器test,让段落应用class名为test的类,下列写法正确的是:
A..test{color:red;}
B.#test{color:red;}
C.test{color:red;}
D.,test{color:red;}