下列选项中,不属于BOX的Border属性的有()。
A: border—width
B: border—height
C: border—color
D: border—size
E: border—style
A: border—width
B: border—height
C: border—color
D: border—size
E: border—style
举一反三
- border的属性包括 A: color B: width C: style D: height
- Border属性就是用来描述BOX边框的,Border属性分为()。 A: border–width B: border-color C: border-style D: border-height E: border-align
- border属性可以设置边框的哪些样式?( ) A: height B: style C: width D: color
- CSS盒子模型中表示盒子边框的属性为( ),表示盒宽度的属性为( ) A: border width B: border height C: height width D: width height
- 下列选项关于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";