【单选题】
当网页既设置了背景图像又设置了背景色,那么_____。
【判断题】
当网页既设置了背景图像又设置了背景色,那么_.以背景色为主。
【多选题】
CSS中,“background-position”属性用于设置元素内容背景图像相对于元素的位置,该属性的取值可以为以下类型()。
①
父元素的宽度和高度的百分数,如“100%0%”表示图像与元素内容右上角对齐
②
绝对长度,如“2cm2cm”表示水平距元素内容左边2cm,垂直距元素内容顶部2cm处显示图像
③
关键字,包括:top、bottom、left、right、center,如“centercenter”表示居中显示图像
【单选题】
在下列的 HTML 中,哪个可以插入背景图像( )
①
body background=background.gif
②
background img=background.gif
③
img src=background.gif background
④
body bground=background.gif
【单选题】
设置围绕表格的边框宽度的正确的标记是( )。
【单选题】
设置围绕表格的边框宽度的正确的标记是( )。
【单选题】
利用CSS控制元素内容背景图像的平铺方式时,如果需要图像在两个方面均进行平铺,则background-repeat属性的取值应设置为()。
【判断题】
body标记中用于背景颜色的属性是background。
【多选题】
在javaScript中,有如下代码,选项中都能够得到“李四”的是()。 body table border=0 cellspacing=0 cellpadding=0 id=employee thead tr id=row1 姓名/th 年龄/th 工资/th /tr /thead tbody tr id=row2 张三/td 30/td 5000/td /tr (tr id=row3 李四/td 25/td 4500/td /tr (/tbody /table /body(选择二项)
①
var tb=document.getElementById(employee var strHtml=tb.lastChild.lastChild.firstChild.value;
②
var tb=document.getElementById(employee var strHtml=tb.lastChild.lastChild.firstChild.innerHTML;
③
var r=document.getElementById(row3 var strHtml=r.firstChild.HTML;
④
var r=document.getElementById(row3 var strHtml=r.firstChild.value;
【多选题】
在Dreamweaver MX中,插入网页背景图像,包括插入( )。