单项选择题
(网站)上下两个段落之间想要有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 -
单项选择题
(网站)用CSS如何定义元素背景图片:()
A.color:url(img/15.gif)
B.font:url(img/17.gif)
C.background:url(img/ca.gif)
D.img:url(img/13.gif)
