多項(xiàng)選擇題(網(wǎng)站)()和()都能引起父元素的高度塌陷?

A.float
B.relative
C.staic
D.absolute


您可能感興趣的試卷

你可能感興趣的試題

1.多項(xiàng)選擇題(網(wǎng)站)以下哪些是CSS3新增的屬性?()

A.overflow
B.box-shadow
C.text-shadow
D.border-radius

2.多項(xiàng)選擇題(網(wǎng)站)下列選項(xiàng)中,可以讓li橫向排列的有()

A.float
B.display:block
C.display:inline-block
D.position:relative

3.多項(xiàng)選擇題(網(wǎng)站)給元素定義紅色背景,實(shí)線邊框,以下代碼正確的是:()

A.background:#F00
B.background-image:#F00
C.border:dashed
D.border:solid

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

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

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

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