多項選擇題(網(wǎng)站)以下哪些元素屬于塊元素():

A.p
B.ul
C.header
D.nav


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題()樣式可以為元素添加頂部的3PX,紅色虛線邊框?

A.border-top:3pxsolidred;
B.border-top:3pxdottedred;
C.border-top:3pxdashedblue;
D.border-top:3pxdashedred;

2.單項選擇題
內(nèi)部
,span相對父元素div進行定位,父元素div要加()屬性?

A.position:absolute;
B.position:relative;
C.position:static;
D.position:fixed;

3.單項選擇題想讓UL中的LI距離UL的頂部有5px的距離,通過()樣式完成?

A.ul{padding-top:5px}
B.ul{margin-top:5px}
C.ul{padding-top:5px5px}
D.ul{padding-bottom:5px}

4.單項選擇題(網(wǎng)站)#wrap{width:600px;height:200px;background:#ccc;position:absolute;}實現(xiàn)wrap在瀏覽器中垂直居中,需要再添加什么樣式?()

A.top:50%;margin-top:-100px;
B.top:50%;margin-top:100px;
C.left:50%;margin-top:-100px;
D.top:50%;margin-left:-100px;