單項選擇題當我們設置了屬性“text-stroke:1px red;”,而IE瀏覽器并不顯示。那么最有可能的原因是()

A.原因不明
B.瀏覽器不支持該屬性
C.屬性設置錯誤
D.拼寫錯誤


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題要想實現(xiàn)從左到右顏色從藍色變?yōu)辄S色的線性漸變,則以下代碼正確的是()

A.background-color:linear-gradient(to right,blue,yellow);
B.background:linear-gradient(to left,blue,yellow);
C.background-color:linear-gradient(to left,yellow,blue);
D.background:linear-gradient(to right,blue,yellow);

3.單項選擇題下面有關CSS3新增的偽類選擇器的說法中,正確的是()。

A.:root選擇器選中的是頁面中的body元素
B.:first-child可以等價于:nth-child(1)
C.所有的偽類選擇器都是針對表單元素的
D.:first-child跟:first-of-type是完全等價的