如何使文本以大写字母开头?
A. text-transform: capitalize
B. text-transform: uppercase
C. 无法通过css实现
如何产生带有正方形标记的项目列表?
A. list-type: square
B. type:square
C. list-style-type:square
如何使用css3创建圆角?
A. border[round]: 30px
B. corner-effect: round
C. border-radius
如何给css3中的元素添加阴影?
A. box-shadow:10px 10px 5px grey;
B. shado-right:10px;
C. shadow-color: grey;