题目内容

下列选项中,用于设置首行文本缩进的属性是()。

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;

列表项目符号可以显示为“■”且位于列表文本以内的代码是()

A. list-style:circle inside;
B. list-style:square inside;
C. list-style:circle outside;
D. list-style:square outside;

答案查题题库