题目内容

下列哪个不是Java语言的特点

A. 继承
B. 多态
C. 抽象
D. 结构化

查看答案
更多问题

在CSS中,要调用名为mycolor的关键帧动画,并且设置动画时间为2s,动画循环播放,播放方式为偶数次向前播放,奇数次向反方向播放。下列代码中书写错误的是( )。

A. -webkit-animation: mycolor 2s infinite alternate;
B. animation: mycolor 2s infinite normal;
C. animation: mycolor 2s infinite alternate;
D. animation: mycolor 2s linear alternate both;

在CSS中,background是复合属性,包括( )等。

A. background-attachment
B. background-position
C. background-original
D. background-repeat

在CSS中,以下哪项代表动画完成一个周期所花费的时间?( )

A. animation-duration
B. animation-timing-function
C. animation-delay
D. animation-name

在CSS中,以下哪项属性规定了背景图片尺寸?( )

A. background-size
B. background-color
C. background-clip
D. background-origin

答案查题题库