BBC was founded in _____ and chartered in _____ as an independent public corporation.
A. 1922, 1927
B. 1292, 1297
C. 1822, 1827
查看答案
Of the following, is NOT a basis of admission to Britain’s universities.
A. result in national entrance test
B. A-level result
C. an interview
D. school references
To be admitted to the Open University, one need .
A. some educational qualifications
B. no educational qualifications
C. General Certificate of Education-Advanced
D. General National Vocational Qualifications
在一个ul列表的每一项前面想添加一些省略号,用下面哪项伪元素选择器可以实现( )
A. ul li::after{ content:"......"}
B. ul li::before{ content:"......"}
C. ul li::letter{ content:"......"}
D. ul li::line{ content:"......"}
在body中定义了首页,如果要为该链接添加鼠标滑过的伪类状态,下列哪项是正确的?
A. a nav:hover{background-image: url(bd.gif);color:
B. 005;}
C. a
D. nav:hover{background-image: url(bd.gif);color:
E. 005;}
F. a+nav:hover{background-image: url(bd.gif);color:
G. 005;}
H. a.nav:hover{background-image: url(bd.gif);color:
I. 005;}