What is the message conveyed in the story?
A. Flowers are important for a date.B. Small talk is helpful.
C. Love and kindness are rewarding. D. Elderly people deserve respecting.
第1题:
下列关于CSS重要性的说法中正确的是()
A.!important要写在分号“;”的前面
B.!important要写在相关属性值的前面
C.!important权值为1000
D.!important只能应用与字体样式设置
第2题:
下面关于CSS样式优先级,正确的是
A.!important > id > class > tag
B.id> !important > class > tag
C.!important > tag > class > id
D.tag> id > class > !important
第3题:
下面能正确显示水分子表达式的选项为()。
A.H<sub>2</sub>O
B.H<small>2</small>O
C.H<small><sup>2</sup></small>O
D.H<small><sub>2</sub></small>O
第4题:
2、下面能正确显示水分子表达式的选项为()。
A.H<sub>2</sub>O
B.H<small>2</small>O
C.H<small><sup>2</sup></small>O
D.H<small><sub>2</sub></small>O
第5题:
提升选择器样式重要性的代码正确的是()
A..green{ color:green!important; }
B..green{ !important color:green; }
C..green!important{ color:green!important; }
D..green{ color:green; }!important;
第6题:
CSS优先级说法正确的是?
A.!important > id > class > tag
B.!important < id < class < tag
C.!important>class>id>tag
D.!important>tag>id>class