单项选择题
通过()可以取消有序列表的默认列表符号?
A.list-style:none;
B.font-style:normal;
C.text-style:normal
D.list:normal;
点击查看答案&解析
相关考题
-
单项选择题
(网站)上下两个段落之间想要有10px的距离,通过()来实现?
A.margin-bottom:10px;
B.padding-bottom:10px;
C.margin-left:10px;
D.padding-left:10px; -
单项选择题
(网站)<h1></h1>里加CSS样式正确的是:()
A.!h1{color:red;width:100px;height:110px;}
B.#h1{color:red;width:100px;height:110px;}
C.h1{color:red;width:100px;height:110px;}
D..h1{color:red;width:100px;height:110px;} -
单项选择题
(网站)下列选项中,默认相对于body定位的属性值是()
A.fixed
B.absolute
C.static
D.relative
