多項(xiàng)選擇題(網(wǎng)站)隱藏元素有哪兩種方式?()

A.display:block;
B.display:none;
C.visibility:hidden;
D.visibility:normal;


您可能感興趣的試卷

你可能感興趣的試題

1.多項(xiàng)選擇題(網(wǎng)站)為div添加背景圖寫法正確的有?()

A.div{background:url(’img/pic.jpg’);}
B.div{background-image:url(’img/pic.jpg’);}
C.div{background-repeat:url(’img/pic.jpg’)}
D.div{background-color:url(’img/pic.jpg’);}

2.多項(xiàng)選擇題(網(wǎng)站)以下關(guān)于內(nèi)邊距用法正確的是?()

A.padding:10px010px12px;
B.padding:10px20px;
C.padding:10px20px12px;
D.padding:10px;

3.單項(xiàng)選擇題(網(wǎng)站)display屬性沒有哪個(gè)屬性值?()

A.inline-block
B.no
C.block
D.inline

4.單項(xiàng)選擇題(網(wǎng)站)()樣式可以定義一個(gè)10px藍(lán)色向下的三角形?

A.width:0;height:0;border:10pxsolidtransparent;border-top-color:#00f;
B.width:10px;height:10px;border:10pxsolid#00f;border-top-color:transparent;
C.width:0;height:0;border:10pxsolidtransparent;border-bottom-color:#00f;
D.width:10px;height:10px;border:0pxsolid#00f;border-bottom-width:10px;

5.單項(xiàng)選擇題(網(wǎng)站)為所有l(wèi)i元素底部定義2像素紅色虛線邊框,樣式正確的是?()

A.border-bottom:2pxdashedred;
B.border-down:2pxdashedred;
C.border-bottom:2pxsolidred;
D.border:2pxdashedred;