以下将#box的背景色设为灰色,且加5px的顶填充的写法,错误的是()。
第1题:
CSS中BOX的padding属性包括的属性有()
第2题:
在CSS样式中,“background-color”是设置()的属性。
第3题:
box-shadow属性是给元素添加阴影效果的css属性。
第4题:
CSS3中的box-sizing属性的取值为border-box时border和padding的参数值被包含在width和height之内
第5题:
Css样式background-position:5px 10px,代表的意义是()。
第6题:
改变class不为demo的div元素的背景色,以下哪些写法是错误的?()
第7题:
background-position:5px 10px这段代码作用是什么?
第8题:
在CSS中,下面属于BOX模型属性的有()
第9题:
背景图片向左偏移5px,向下偏移10px
背景图片向左偏移5px,向上偏移10px
背景图片向右偏移5px,向下偏移10px
背景图片向右偏移5px,向上偏移10px
第10题:
$(’body’).css({’padding-top’:’50px’})
$(’body’).css(’padding-top’,’50px’)
$(’body’).css({’padding-top’,’50px’})
$(’body’).css(’padding-top’,0)
第11题:
填充
上填充
底填充
左填充
右填充
第12题:
背景色----background-color
背景图片----background-image
背景重复----background-repeat
背景图片尺寸----background-size
第13题:
下面对于padding写法说法正确的是()。
第14题:
下列哪一项是css添加背景图片的正确语法构成()
第15题:
CSS3中的box-shadow属性的参数值是可以省略的
第16题:
下列哪个属性是CSS3新增的属性?()
第17题:
下列css属性中,用于指定背景图片的是()。
第18题:
css中背景属性可以简写为background:;下列选项属于背景子属性的是()。
第19题:
CSS样式background-position:-5px10px代表的意义是()。
第20题:
You need to enhance performance of foreground and background applications. How can you configure Windows 2000 Professional to process both foreground and background applications at the same priority? ()
第21题:
$(’#box’).css({’background’:’#ccc’,’padding-top’:’5px’})
$(’#box’).css(’background’,’#ccc’).css(’paddingTop’,’5px’)
$(’#box’).css(’background’:’#ccc’,’padding-top’:’5px’)
$(’#box’).css({’background’:’#ccc’,’paddingTop’:’5px’})
第22题:
By selecting the applications options in the performance options dialog box.
By selecting the application services option in the performance options dialog box.
By selecting the background option in the performance options dialog box.
By selecting the background services option in the performance options dialog box.
第23题:
$(div.demo).css(background,blue)
$(div:not(.demo)).css({background:blue})
$(div:not(.demo)).css({background,blue})
$(div:not(.demo)).css(background,blue)