单项选择题
若建立counter-increment计数器为mycounter,则为div元素前加小写拉丁字母作为计数标记的伪元素选择器语法为()
A.div:before {content:counter(mycounter,decimal)}B.div:before {content:counter(mycounter,lower-latin)}C.div:before {content:counter(mycounter,lower-alpha)}D.div:before {content:counter(mycounter,lower-greek)}
多项选择题 关于接口interface说法正确的是()
多项选择题 下列关于子类和父类说法正确的是()
多项选择题 若B是A的子类,C是B的子类,D又是C的子类,则()