下列选项中,用来设置盒子模型border-box计算方式的属性是( )。
A: box-sizing
B: box
C: boder-sizing
D: box-size
A: box-sizing
B: box
C: boder-sizing
D: box-size
举一反三
- 设置边框样式的属性是(). A: box- shadow B: box sizing C: border D: border radius
- 下列选项关于jQuery中设置类名为box的元素样式语法正确的是()。 A: $(".box").css("color","red";"border","1px<br/>solid blue"); B: $(".box").css({"color":"red","border":"1px<br/>solid blue"}); C: $(".box").style("color","red";"border","1px<br/>solid blue"); D: $(".box").style.color="red";
- 下列选项中,不属于BOX的Border属性的有()。 A: border—width B: border—height C: border—color D: border—size E: border—style
- 当设置某个盒子的样式代码如下:.box {box-sizing:border-box;width:300px;height:300px;border:1px solid red;padding:5px;}该盒子真实的宽度是多少?( ) A: 300px B: 312px C: 310px D: 306px
- 将盒子box的下边框设置为2个像素、实线、红色,则可用代码:( ) A: B: box{border-bottom:2px solid C: f00;} D: E: box {border:2px solid F: f00;} G: H: box {border-top:2px solid I: f00;} J: 以上都不是