單項(xiàng)選擇題(網(wǎng)站)()樣式可以定義一個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;


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題(網(wǎng)站)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;

3.單項(xiàng)選擇題(網(wǎng)站)將.list下除了最后一個li其他li都設(shè)置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

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

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

5.單項(xiàng)選擇題<tdvalign="top">姓名</td>當(dāng)前td中的文字垂直方向如何對齊?()

A.頂部
B.居中
C.底部
D.默認(rèn)