9.—_________ does she like blue?
—Because the color makes her happy.
A.When
B.Why
C.How
D.Where
第1题:
采用逻辑学方式的培训内容线包括______。
A.what(目标是什么,要做的是什么)
B.why(这样做的理由是什么)
C.how(怎样做)
D.who(谁来做)
第2题:
第3题:
2、利用XSL创建一style属性,style的值为“color:bule;background-color:red”,能实现该功能的选项为()。
A.<attribute name="color">blue</attribute> <attribute name="background-color">red</attribute>###SXB###B.<attribute name="style">color:blue</attribute> <attribute name="style">background-color:red</attribute>###SXB###C.<attribute name="style"> color:blue;background-color:red </attribute>###SXB###D.<element attribute="style">第4题:
第5题:
利用XSL创建一style属性,style的值为“color:bule;background-color:red”,能实现该功能的选项为()。
A.<attribute name="color">blue</attribute> <attribute name="background-color">red</attribute>
B.<attribute name="style">color:blue</attribute> <attribute name="style">background-color:red</attribute>
C.<attribute name="style"> color:blue;background-color:red </attribute>
D.<element attribute="style"> color:blue;background-color:red </element>
第6题:
以下复合选择器中,权重最大的是()。
A.p.father strong{color:orange;}
B.p.father .blue{color:gold;}
C.#header strong{ color:pink;}
D.#header strong.blue{ color:red;}