相关考题
-
单项选择题
()样式可以为元素添加顶部的3PX,红色虚线边框?
A.border-top:3pxsolidred;
B.border-top:3pxdottedred;
C.border-top:3pxdashedblue;
D.border-top:3pxdashedred; -
单项选择题
内部,span相对父元素div进行定位,父元素div要加()属性?
A.position:absolute;
B.position:relative;
C.position:static;
D.position:fixed; -
单项选择题
想让UL中的LI距离UL的顶部有5px的距离,通过()样式完成?
A.ul{padding-top:5px}
B.ul{margin-top:5px}
C.ul{padding-top:5px5px}
D.ul{padding-bottom:5px}
