div:width:300px,height:300px,border:50px,padding:50px,margin:50px,其实际宽度是多少:
举一反三
- div:width:300px,height:300px,border:50px,padding:50px,margin:50px,其实际宽度是多少: A: 600px B: 500px C: 400px D: 300px
- 第一个DIV的样式style为width:150px;height:50px;margin:5px 7px 2px 3px;padding:5px;border:1px solid #000;第二个DIV的样式style为width:150px;height:50px;margin:0;padding:0;border:1px solid #000;请问第一个DIV的实际宽度为________px,原点坐标为x=_____px,y=______px;第二个DIV的原点坐标为x=_____px,y=______px原点为盒子模型可见区域的左上角定点
- 设置DIV宽为500像素和高为400像素的正确方法是? A: height:500 px; width:400 px; B: margin:500px; padding:400 px; C: padding:500 px;margin:400 px; D: width:500 px;height:400 px;
- 外边距属性为 “上边距: 20px、下边距: 30 px 、左边距: 40 px 、右边距: 50px"正确的设置是 A: margin:20px 30px 40px 50px B: order:20px 30px 40px 50px C: margin:20px 50px 30px 40px D: margin-top:20px 30px 40px 50px
- 在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;}