list-style-type属性在标签中默认值为()。
A: upper-alpha
B: upper-roman
C: none
D: decimal
A: upper-alpha
B: upper-roman
C: none
D: decimal
D
举一反三
- 下列选项中,不属于list-style-type属性值的是() A: disc B: square C: alpha D: upper-roman
- 常用的列表属性值包含以下那些? A: block B: none C: disc D: circle E: square F: decimal G: lower-roman H: upper-roman I: lower-alpha J: upper-alpha K: text-align L: width
- list-style-type属性在;标签中默认值为disc()。
- list-style-type属性在<ul>标签中默认值为disc()。
- 隐藏列表标签的列表符号的CSS代码是: A: list-style-type: none; B: list-style-type: circle; C: list-style-type: decimal; D: list-style-type: square;
内容
- 0
若要设置列表前缀的标记类型为小写英文,____填写( )Ul{ list-style-type:_____; } A: lower-roman B: upper-roman C: lower-alpha D: upper-alpha
- 1
list-style-type:________;可以将列表符号设定为小写字母。 A: circle B: decimal C: upper-alpha D: lower-alpha
- 2
list-style-type属性值为( )显示空心圆圈 A: disc B: circle C: square D: decimal
- 3
下列代码中,能够将列表项目符号设置为大写英文字母的是 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;}
- 4
有序或无序列表标签的类型使用哪种属性? A: style B: list C: type D: shape