如何使用 CSS3 强制换行?
A. word-wrap: break-word;
B. text-wrap: break-word;
C. text-wrap: force;
D. text-width: set;
如何使用 CSS3 旋转对象?
A. object-rotation: 30deg;
B. transform: rotate(30deg);
C. rotate-object: 30deg;
D. transform: rotate-30deg-clockwise;
如果 border-radius 设置为 0 会发生什么?
A. 这个角将呈水平曲线
B. 这个角是正方形的
C. 这个角将垂直弯曲
D. 这个角将消失
要使 CSS3属性在较老的 Mozilla Firefox 浏览器上工作,需要哪个前缀?
A. -webkit-
B. -moz-
C. -o-
D. -gecko-