單項選擇題(網站)background-color:#ccc;background-image:url(bg.png);background-repeat:no-repeat;background-position:-100pxcenter;以上樣式的縮寫正確的是?()

A.background:#ccc,url(bg.png)no-repeat,-100pxcenter;
B.background:#cccurl(bg.png)no-repeat-100pxcenter;
C.background:#ccc;background-image:url(bg.png)no-repeat-100pxcenter;
D.background-color:#ccc;background-image:url(bg.png)no-repeat-100pxcenter;


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題(網站)想要將盒子內容與盒子之間的距離拉開,以下屬性正確的是()

A.padding
B.margin
C.border
D.以上都不對

2.單項選擇題(網站)將.list下除了最后一個li其他li都設置10px的右邊界,以下樣式正確的是()}

A..list>li:not(:last-child){margin-right:10px}
B..list>li:not(:last-child){padding-right:10px}
C..list>li:not(:nth-last-child){margin-right:10px}
D..list>li:not(:nth-last-child){padding-right:10px

3.單項選擇題(網站)想要給一個表格添加5px的外邊框,需要添加哪個樣式?()

A.table{border:5pxsolid#000}
B.td{border:1pxsolid#000}
C.th{border:5pxsolid#000}
D.tr{border:1pxsolid#000}

5.單項選擇題定義左側10像素紅色虛線邊框寫法是?()

A.border-left:10pxdashed#f00
B.border-right:10pxdashed#f00
C.border-left:10pxsolid#f00
D.border:10pxsolid#f00