在 CSS 中导入样式表的正确语法是什么
A. @import url(css/example.css);
B. @import-stylesheet url(css/example.css);
C. import-css url(css/example.css);
D. @import-style url(css/example.css);
如何使文本中的每个单词都以大写字母开头?
A. text-transform:capitalize
B. text-transform:uppercase
C. text:capitalize
如何产生带有正方形标记的项目列表?
A. list-type: square
B. type: 2
C. type: square
D. list-style-type: square
如何给 CSS3 中的元素添加阴影?
A. box-shadow: 10px 10px 5px grey;
B. shadow-right: 10px shadow-bottom: 10px;
C. shadow-color: grey;
D. alpha-effect[shadow]: 10px 10px 5px grey;