【多选题】
CSS中,“background-position”属性用于设置元素内容背景图像相对于元素的位置,该属性的取值可以为以下类型()。
①
父元素的宽度和高度的百分数,如“100%0%”表示图像与元素内容右上角对齐
②
绝对长度,如“2cm2cm”表示水平距元素内容左边2cm,垂直距元素内容顶部2cm处显示图像
③
关键字,包括:top、bottom、left、right、center,如“centercenter”表示居中显示图像
【单选题】
在CSS设置背景图片的时候,不想让背景图片重复出现可以使用的属性是( )
【判断题】
body标记中用于背景颜色的属性是background。
【单选题】
CSS样式background-position:5px-10px代表的意义是(????)
【单选题】
CSS样式background-position:-5px10px代表的意义是( )
【单选题】
CSS样式background-position:5px?-10px代表的意义是(????)
【单选题】
下列关于background属性说法错误的是( )
【单选题】
下列关于background属性说法错误误的是( )
【单选题】
利用CSS控制元素内容背景图像的平铺方式时,如果需要图像在两个方面均进行平铺,则background-repeat属性的取值应设置为()。
【单选题】
利用XSL创建一style属性,style的值为“color:bule;background-color:red”,能实现该功能的选项为()。
①
attributename="color"blue/attributeattributename="background-color"red/attribute
②
attributename="style"color:blue/attributeattributename="style"background-color:red/attribute
③
attributename="style"color:blue;background-color:red/attribute
④
elementattribute="style"color:blue;background-color:red/element