判斷題text-shadow屬性默認(rèn)投影顏色為黑色。

您可能感興趣的試卷

你可能感興趣的試題

3.單項(xiàng)選擇題text-shadow默認(rèn)投影方式是()。

A.外陰影
B.內(nèi)陰影
C.水平偏移
D.垂直偏移

5.單項(xiàng)選擇題以下()將奇數(shù)個li元素字體設(shè)置為紅色。

A.li:nth-child(2n){color:red;}
B.li:nth-child(n+1){color:red;}
C.li:nth-child(even){color:red;}
D.li:nth-child(odd){color:red;}