多項(xiàng)選擇題下列選項(xiàng)中,可用于定義背景顏色的是()。

A.background-color:red;
B.background-color:#f00;
C.background-color:rgb(255,0,0);
D.color:#


您可能感興趣的試卷

你可能感興趣的試題

1.多項(xiàng)選擇題下列選項(xiàng)中,哪些方法可以用來設(shè)置背景顏色()。

A.使用預(yù)定義的顏色值
B.background-image
C.十六進(jìn)制#RRGGBB
D.RGB代碼rgb(r,g,b)

2.多項(xiàng)選擇題下列樣式代碼中,可用于設(shè)置背景圖像平鋪方式的是()。

A.background-repeat:no-repeat;
B.background-attachment:fixed;
C.background-attachment:scroll;
D.background-repeat:repeat-x;