下列代码中,能够将列表项目符号设置为大写英文字母的是
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: 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;}
举一反三
- 若要设置列表前缀的标记类型为小写英文,____填写( )Ul{ list-style-type:_____; } A: lower-roman B: upper-roman C: lower-alpha D: upper-alpha
- list-style-type:________;可以将列表符号设定为小写字母。 A: circle B: decimal C: upper-alpha D: lower-alpha
- 以下样式属性可以用来设置列表图标类型的是()。 A: list:square B: type:2 C: type:square D: list-style-type:square
- 设置列表项目符号的属性是() A: list-style-type B: list-style-position C: list-style-image D: list
- 如何使列表不显示项目符号? A: bulletpoints: none B: list: none C: list-style-type: none D: list-style-type: no-bullet