單項(xiàng)選擇題(網(wǎng)站)在一個(gè)標(biāo)準(zhǔn)box盒子中,只有border和padding會(huì)影響盒子最終的大小,()不會(huì)。

A.content
B.margin
C.left
D.right


您可能感興趣的試卷

你可能感興趣的試題

2.單項(xiàng)選擇題(網(wǎng)站)()樣式可以為元素添加頂部的3PX,紅色虛線邊框?

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

3.單項(xiàng)選擇題(網(wǎng)站)
內(nèi)部
,span相對(duì)父元素div進(jìn)行定位,父元素div要加()屬性?

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

4.單項(xiàng)選擇題(網(wǎng)站)想讓UL中的LI距離UL的頂部有5px的距離,通過(guò)()樣式完成?

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