单项选择题万维网将因特网中的信息以()的形式进行展示,通过链接的方式从因特网的一个站点访问另一个站点。

A.声音
B.动画
C.超文本
D.文本


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题css3中的动画属性及定义动画的关键字是()。

A.animator和@key-frames
B.animator和@keyframes
C.animation和@key-frames
D.animation和@keyframes

3.单项选择题下列将页面上div元素绕中心点逆时针旋转30度的是()。

A.div{transform:rotate(30deg);}
B.div{transform:rotate(330deg);}
C.div{transform:rotateY(30deg);}
D.div{transform:rotateX(30deg);}

4.单项选择题在CSS3中,可以实现平移效果的函数是()。

A.translate()
B.scale()
C.skew()
D.rotate()

5.单项选择题CSS3中的变形属性是()。

A.transform
B.translate
C.transition
D.trancation

6.单项选择题设置或检索弹性盒子元素在侧轴方向上的对齐方式的属性是()。

A.flex-direction
B.justify-content
C.align-items
D.flex-wrap

8.单项选择题下列选项中,用于设置弹性盒子元素在主轴方向逆序排列的是()。

A.flex-direction:row
B.flex-direction:row-reverse
C.flex-direction:column
D.flex-direction:column-reverse