相关考题
-
单项选择题
(网站)关于字体样式说法错误的有?()
A.font-family用于设置字体
B.font-weight:600;设置加粗字体
C.font-style:normal;设置倾斜字体
D.font-weight:normal;设置取消字体加粗样式 -
单项选择题
(网站)将.box下的直接子元素(即不包含嵌套元素)p且是内容为空的设为20px的高,设置正确的是?()
A.boxp:empty{height:20px}
B..boxp[:empty]{height:20px}
C..box>p[:empty]{height:20px}
D..box>p:empty{height:20px} -
单项选择题
(网站)AngularVueHTMLCSS给.list下的.current之后的所有li定义样式,以下选择器的写法正确的是?()
A..list.current+li
B..list.current>li
C..list.currentli
D..list.current~li
