A. valuable
B. meaningful
C. fitted
D. proper
第1题:
Which of the following was the most important for a “gentleman-in-waiting”?
[A] Manners.
[B] Education. 、
[C] Moral.
[D] Personality.
本题考查了事实细节。文章第三段一开始,作者就提到,对于绅士们来说,美德首先包括了高雅和风度,与其身份地位相符的行为方式,教育仅仅是学会高雅的一种方式而已。由此可见,在绅士们眼中,[A]项“行为举止”是最重要的。[B]项与原文不符,[C]项和[D]项在原文中没有明显的论述。
第2题:
下列关于CSS重要性的说法中正确的是()
A.!important要写在分号“;”的前面
B.!important要写在相关属性值的前面
C.!important权值为1000
D.!important只能应用与字体样式设置
第3题:
提升选择器样式重要性的代码正确的是()
A..green{ color:green!important; }
B..green{ !important color:green; }
C..green!important{ color:green!important; }
D..green{ color:green; }!important;
第4题:
第5题:
下面关于CSS样式优先级,正确的是
A.!important > id > class > tag
B.id> !important > class > tag
C.!important > tag > class > id
D.tag> id > class > !important
第6题:
CSS优先级说法正确的是?
A.!important > id > class > tag
B.!important < id < class < tag
C.!important>class>id>tag
D.!important>tag>id>class