A.使用預(yù)定義的顏色值 B.background-image C.十六進(jìn)制#RRGGBB D.RGB代碼rgb(r,g,b)
A.background-repeat:no-repeat; B.background-attachment:fixed; C.background-attachment:scroll; D.background-repeat:repeat-x;
A.h2{color:red;} B.h2{color:"red";} C.h2{color:"#F60";} D.h2{color:#FF6600;}