判断题
使用:before或:after添加新内容时,指定生成内容的属性是content。
【参考答案】
正确
(↓↓↓ 点击‘点击查看答案’看答案解析 ↓↓↓)
点击查看答案&解析
相关考题
-
判断题
float只有2个值:即left和right。 -
多项选择题
(网站)h1~h6标题标签默认就会使文字加粗,如何取消字体加粗效果?()
A.font-weight:normal
B.font-weight:400;
C.font-style:normal;
D.font-style:400; -
多项选择题
<divclass="content"><pclass="message">这是一些提示内容</p></div>,通过哪些样式可以让.message元素相对于.content元素定位,位置在.content元素的左上角。()
A..content{position:relative}
B..message{position:absolute;left:0;top:0}
C..message{position:relative}
D..content{position:absolute;left:0;top:0}
