……其中background属性的作用是()。A、在页面左边的背景显示图像“back.gif”B、将”back.gif”图像平铺填充到整个页面背景C、在页面顶部显示图像”back.gif”D、在页面背景的中间显示图像“back.gif”

……其中background属性的作用是()。

  • A、在页面左边的背景显示图像“back.gif”
  • B、将”back.gif”图像平铺填充到整个页面背景
  • C、在页面顶部显示图像”back.gif”
  • D、在页面背景的中间显示图像“back.gif”

相关考题:

能够设置背景图片不平铺的是()。 A.background-repeat:repeatB.background-repeat:no-repeatC.background-repeate:repeateD.background-repeate:no-repeate

body元素用于背景颜色的属性是()。A.alinkB.vlinkC.bgcolorD.background

不可以在body/body标记中使用属性background。() A.错误B.正确

在HTML标记bodybackground=”fi227.jpg”/body中,background属性定义的是?() A.网页的背景颜色B.网页的前景颜色C.网页的背景图像D.网页的前景图像

以下HTML代码定义的媒体查询条件下,如果设备的屏幕方向为纵向,则页面背景颜色为() body { background-color:silver ; } @media only screen and (orientation: landscape) { body { background-color: lightblue; } } A、红色B、浅蓝色C、银色D、蓝色

在中,可以设计背景居中的是()。A.background-attachment:B.background-color:C.background 在<style>中,可以设计背景居中的是( )。A.background-attachment:B.background-color:C.background-image:D.background-position:E.background-repeat:

以下()标记可以将HTML文档背景颜色设置为绿色,文字颜色为黄色。A、<BODYBGCOLOR=”green”TEXT=”yellow”>内容</BODY>B、<BGCOLOR=”green”TEXT=”yellow”>C、<BACKGROUND=”green”TEXT=”yellow”>内容>D、<BGSOUND=”green”TEXT=”yellow”>

在网页上插入一个1X2的表格,其中用到表格相关的HTML标记有()A、<Body>......</Body>B、<Table>......</Table>C、<TR>......</TR>D、<TD>......</TD>

设置网页背景图片正确的是()A、使用 body标签的 bgcolor属性B、使用body标签的background属性C、使用title标签的bgcolor属性D、使用title标签的background属性

用来设置背景图片的CSS基本标记是()。A、background-colorB、background-imageC、background-repeatD、background-position

以下属性选择器语法格式错误的是()。A、div[class="div"]{background:red;}B、div[class=="div"]{background:red;}C、div[class$="div"]{background:red;}D、div[class^="div"]{background:red;}

下列哪种标签不属于定义CSS样式的内容()A、a:link{color:blue;}B、# header{margin-top:auto;}C、p style="line-height:23px:"D、body background="#FF00FF"

body元素用于背景颜色的属性是()A、alinkB、vlinkC、bgcolorD、background

在CSS中,提供了背景图像属性用来设置背景。在下列选项中,设置背景图片格式正确的是()。A、body{background:url(1.png);}B、body{background-image:url(1.png);}C、body{background-color:url(1.png);}D、body{background-repeat:url(1.png);}

以下语法格式正确的是()。A、input:disabled{background:red;}B、input:enable{background:green;}C、input:checked{background:green;}D、input:selected{background:red;}

下列哪一项是css添加背景图片的正确语法构成()A、background-positionB、background-colorC、background-imageD、background-size

下列css属性中,用于指定背景图片的是()。A、background-imageB、background-colorC、background-positionD、background-repeat

在CSSsprites图片整合技术中,实现背景定位的是()。A、background-positionB、background-imageC、background-urlD、position

css中背景属性可以简写为background:;下列选项属于背景子属性的是()。A、背景色----background-colorB、背景图片----background-imageC、背景重复----background-repeatD、背景图片尺寸----background-size

下列的HTML中哪个可以添加背景颜色?()A、body color="yellow" B、backgroundyellow/background  C、body bgcolor="yellow"  D、body backcolor="yellow"

下列的HTML中哪个可以插入背景图像()A、body background="background.gif"B、background img="background.gif"C、img src="background.gif" background

单选题以下()标记可以将HTML文档背景颜色设置为绿色,文字颜色为黄色。A<BODYBGCOLOR=”green”TEXT=”yellow”>内容</BODY>B<BGCOLOR=”green”TEXT=”yellow”>C<BACKGROUND=”green”TEXT=”yellow”>内容>D<BGSOUND=”green”TEXT=”yellow”>

单选题……其中background属性的作用是()。A在页面左边的背景显示图像“back.gif”B将”back.gif”图像平铺填充到整个页面背景C在页面顶部显示图像”back.gif”D在页面背景的中间显示图像“back.gif”

判断题不可以在;body;;/body;标记中使用属性background。()A对B错

多选题在HTML中,希望将某些数值传送到另外一个页面上,可用的方法有?()A通过Form容器B通过链接的参数C通过图像的alt属性D通过body的background属性

单选题在HTML标记;bodybackground=”fi227.jpg”;;/body;中,background属性定义的是?()A网页的背景颜色B网页的前景颜色C网页的背景图像D网页的前景图像

多选题css中背景属性可以简写为background:;下列选项属于背景子属性的是()。A背景色----background-colorB背景图片----background-imageC背景重复----background-repeatD背景图片尺寸----background-size