判斷題使用:before或:after添加新內(nèi)容時,指定生成內(nèi)容的屬性是content。

您可能感興趣的試卷

你可能感興趣的試題

2.多項選擇題(網(wǎng)站)h1~h6標(biāo)題標(biāo)簽?zāi)J(rèn)就會使文字加粗,如何取消字體加粗效果?()

A.font-weight:normal
B.font-weight:400;
C.font-style:normal;
D.font-style:400;

3.多項選擇題<divclass="content"><pclass="message">這是一些提示內(nèi)容</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}

4.多項選擇題(網(wǎng)站)overflow含有的屬性值有()

A.hidden
B.scroll
C.visible
D.auto

5.多項選擇題(網(wǎng)站)實現(xiàn)一個20px*20px的紅色背景藍(lán)色描邊的正圓,需要設(shè)置的樣式有哪些()

A.border:2pxsolid#00f;
B.width:20px;height:20px;overflow:hidden;
C.background:#f00;
D.border-radius:50%;