下列属性中,哪些是box盒子模型中涉及的( )
A: border
B: margin
C: padding
D: height
E: width
F: float
A: border
B: margin
C: padding
D: height
E: width
F: float
举一反三
- 下列css属性中不属于盒子模型属性的是( ) A: border B: padding C: float D: margin
- 在CSS样式表中给P标记定义边框样式可以使用的代码为: A: .box{width:250px;height:50px;border:1px red;background:pink;padding:30px;margin:20px;} B: .box{width:250px;height:50px;border:5pxdashedred;background:pink;padding:10px;margin:10px;} C: .box{width:250px;height:50px;border:15pxnonered;background:blue;padding:30px;margin:20px;} D: .box{width:250px;height:50px;border-color:red;background:yellow;padding:30px;margin:20px;}
- 下列CSS属性,哪一项不属于盒子模型属性: A: width B: border C: margin D: padding
- 以下关于盒子模型描述正确的是() A: 标准盒子模型中:盒子的总宽度=左右margin + 左右border + 左右padding + width B: IE盒子模型中:盒子总宽度=左右margin + 左右border + width C: 标准盒子模型中:盒子的总宽度=左右margin + 左右border + width D: IE盒子模型中:盒子总宽度= width
- 下列css属性中不属于盒子属性的是 A: float B: border C: padding D: margin