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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

3.多項選擇題color屬性用于定義文本的顏色,以下寫法正確的是()

A.h2{color:red;}
B.h2{color:"red";}
C.h2{color:"#F60";}
D.h2{color:#FF6600;}

4.多項選擇題下面的選項中,定義字號大小正確的是()

A.p{font-size:12px;}
B.p{font-size:12px}
C.p{font-size:"12px";}
D.p{font-size:1em;}