
提问人:网友f******g
发布时间:2022年4月22日 20:32
[单选题]
下列CSS代码进行缩写,符合缩写的规范的是( )
A. background-position:0 0; B. background-repeat:no-repeat; C. background-image:url(background.gif); D. a-image: "background.gif" no-repeat 0 0; E. background-url: " background.gif") no-repeat 0 0; F. background:url("background.gif") no-repeat 0 0; G. background: "background.gif" no-repeat 0 0;

