A.li:nth-child(2n){color:red;}B.li:nth-child(n+1){color:red;}C.li:nth-child(even){color:red;}D.li:nth-child(odd){color:red;}
单项选择题CSS3新增的颜色值表示方式是()。
A.英文单词B.十六进制C.rgb()D.hsla()
单项选择题在HTML5中,哪个属性用于设置提示文字的?()
A.readonlyB.requiredC.validateD.placeholder
单项选择题下列哪一项不是input标签的属性?()
A.selectB.numberC.typeD.password
单项选择题在表单中input标签中的type属性代表()。
A.input框的名字B.input框的类型C.input框的选中状态D.以上都不正确
单项选择题〈meter〉用于表示指定范围的数值,又称为尺度,哪个值是必须存在?()
A.valueB.maxC.minD.high