CSS属性list-style属于复合属性,它可以拆分为哪些独立的CSS属性?
A: list-style-type
B: list-style-position
C: list-style-image
D: list-style-background
A: list-style-type
B: list-style-position
C: list-style-image
D: list-style-background
举一反三
- 在列表样式属性中,用来为列表项设置项目图像的属性是_______。 A: list-style B: style C: list D: list-style-image
- 有序或无序列表标签的类型使用哪种属性? A: style B: list C: type D: shape
- 设置列表项目符号的属性是() A: list-style-type B: list-style-position C: list-style-image D: list
- In MLA style, a list of the sources used in a paper that serves as a general acknowledgment of indebtedness to each.
- 下面代码使用HTML元素的id属性,将样式应用于网页上的某个段落:<p id="firstp">这是第一个段落</p> 以下关于样式规则定义正确的是( )。 A: <style type="text/css"> p{color:red}</style> B: <style type="text/css"> #firstp {color:red}</style> C: <style type="text/css"> .firstp {color:red}</style> D: <style type="text/css"> p.firstp {color:red}</style>