下列选项中,可以为页面中的文本添加阴影效果的属性是()。
A. text-overflow
B. white-space
C. text-shadow
D. 以上都不对
查看答案
下列选项中,用于设置首行文本缩进的属性是()。
A. text-overflow
B. white-space
C. text-shadow
D. text-indent
下列选项中,用来表示通配符选择器的符号是()
A. “*”号
B. “
C. ”号
D. “.”号
E. “:”号
下列代码中,能够将列表项目符号设置为大写英文字母的是()。
A. ul{ list-style-type: lower-alpha;}
B. ol{ list-style-type: lower-alpha;}
C. ul{ list-style-type: upper-alpha;}
D. ol{ list-style-type: upper-alpha;}
下列选项中,可以设置列表项目符号位于列表文本以内的是()。
A. list-style-position:inside;
B. list-style-position:outside;
C. list-style-position:none;
D. list-style-position:0;