下列样式中能显示边框类型为SOLID,上边框红色,下边框蓝色,左边框黄色,右边框绿色的是( )。
A: order:solid;border-color: red green blue yellow
B: order:solid;border-color: red blue yellow green
C: order:solid;border-color: red blue green yellow
D: order:solid;border-color: red yellow blue green
A: order:solid;border-color: red green blue yellow
B: order:solid;border-color: red blue yellow green
C: order:solid;border-color: red blue green yellow
D: order:solid;border-color: red yellow blue green
举一反三
- 在jQuery中,为div添加1px的红色实线边框,同时设置div中文字为蓝色,则下列代码正确的是( ) A: $("div").css({"border":"1px solid red";"color":"blue"}) B: $("div").css("border":"1px solid red","color":"blue") C: $("div").addCss({"border":"1px solid red","color":"blue"}) D: $("div").css({"border":"1px solid red","color":"blue"})
- 下列样式代码中,用于定义盒子边框为2像素、红色、单实线的是( )。 A: border:2px solid blue; B: border:2px solid red; C: border:2px dashed blue; D: border:2px dashed red;
- 下列选项关于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";
- 下列源代码用于设置一个<;div>;元素的样式。再增加( )就可以获得如下图像。 div { width: 100px; height: 100px; border-style: solid; border-width: 5px; }[img=110x110]17e443a8753385d.png[/img] A: border-color: green blue orange red; B: border-color: blue orange red green; C: border-color: red green blue orange; D: border-color: orange red green blue;
- 请问设置盒子边框为实线、边框宽度为10像素、边框颜色为红色的代码( )。 A: order:red 10px solid; B: order: 10px red solid; C: order: 10px solid D: F00; E: order: 10px F: F00 solid;