A. person
B. date
C. time
D. year
第1题:
David: Good morning.l'd like to make an appointment to see Mr Bond this morning , please.
Nursc: l' m sorry.I don' t have any appointments this morning.
David: Oh , dear.I'm feeling really ill.
Nurse: What's the matter?
David: I feel terrible.I' ve got a headache , backache and a sore throat.
Nurse: Have you got a temperature?
David: I think so was hot and cold a1l night and I was sick this morning.
Nursc: You feel awful.don't you? Do you think you've got flu?
David: Yes, probably.Or an infection in my throat.
Nursc: OK.I call give you an emergency appointment.Can you come at the end of th morning? Come at eleven thirty and wait until a doctor is free.
David: OK.Thank you.
26.David has got a headache , earache and backache.
A.Right
B.Wrong
27.David felt hot and cold during the night.
A.Right
B.Wrong
28.The nurse thinks David has an infection in his throat.
A.Right
B.Wrong
29.Mr Bond is free at 11: 30.
A.Right
B.Wrong
30.David gets an appointment finally.
A.Right
B.Wrong
第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