关于设置背景图像的代码片段background:url(images/book.png)no-repeatleftcenter;,下列描述正确的是?
举一反三
- 关于设置背景图像的代码片段background:url(images/book.png)no-repeatleftcenter;,下列描述正确的是 A: url(images/book.png)设置网页的背景图像 B: no-repeat设置背景图像不平铺 C: leftcenter用于控制背景图像的位置 D: 在上面的代码中,各个样式顺序任意
- 关于设置背景图像的代码片段background:url(images/book.png)no-reapeatleftcenter;下列描述正确的是: A: url(images/book.png)设置网页的背景图像 B: no-reapeat设置背景图像的位置 C: leftcenter用于控制背景图像的位置 D: 在上面的代码中,各个样式顺序任意
- 关于以下CSS样式代码段,说法正确的是()background:url(images/news.jpg)leftbottomno-repeat#995699;
- 在css样式表中,下列设置页面背景图片的说法正确的是( A: background:src(images/news.jpg) bottom repeat-y; B: background:url(images/news.jpg)left bottom no-repeat C: 999999; D: background:url(images/news.jpg)left bottom repeat_y; E: background:link(images/news.jpg)left bottom no-repeat;
- background:url("a.jpg")no-repeatleftcenter;表示:() A: 背景图不平铺水平居中垂直居左 B: 背景图平铺 C: 背景图不平铺水平左对齐垂直居中 D: 背景图不平铺水平垂直都居中