多項選擇題<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}


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題(網站)overflow含有的屬性值有()

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

2.多項選擇題(網站)實現一個20px*20px的紅色背景藍色描邊的正圓,需要設置的樣式有哪些()

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

3.多項選擇題(網站)以下哪些屬性可以被繼承?()

A.width
B.font-size
C.height
D.padding

4.多項選擇題(網站)以下哪些設置可以讓背景圖片在容器內水平和垂直都居中?()

A.background-position:center50%;
B.background-position:50%50%;
C.background-position:50%center;
D.background-position:centercenter;

5.多項選擇題(網站)auto可以是以下那個選項的值:()

A.margin
B.color
C.overflow
D.float