题目内容

下列 表示列表项符号是小方块

A. list-style-type: square
B. type: square
C. list-type: square
D. type:3

查看答案
更多问题

下列 表示列表项符号是空心圆点?

A. list-style-type:auto;
B. list-style-type:disc;
C. list-style-type:square;
D. list-style-type:circle;

在CSS中,下列( )设置项目列表符号位置不向内缩进?

A. list-style-position:outside;
B. list-style-position:inside;
C. list-style-position:out;
D. list-style-position:in;

在CSS中,下列()项目列表使用图片符号正确?

A. list-style-image:pic.gif;
B. list-style-image:url(pic.gif);
C. list-style:pic.gif;
D. list-style-type:url(pic.gif);

在CSS中,项目列表属性包括哪些()?

A. list-style-type
B. list-style-image
C. list-style-position
D. list-style-none

答案查题题库