【简答题】
将以下CSS代码进行缩写,注意要符合缩写的规范。
border-width:1px;
border-color:#000;
border-style:solid;
【单选题】
阅读下面HTML代码,两个DIV之间的空白距离是( )。 style type=text/css .header { margin-bottom: 10px; border:1px solid #f00; } .container { margin-top: 15px; border:1px solid #f00; } /style ...... div class=header /div div class=container /div ......
【单选题】
阅读下面的HTML代码,在IE7.0及以上版本浏览器中,两个DIV之间的空白距离是(????)
style?type=text/css?
.header?{?margin-bottom:10px;?border:1px?solid?#f00;?}?
.container?{?margin-top:15px;?border:1px?solid?#f00;?}?
/style
?......?
div?class=header/divdiv?class=container/div?
......
【单选题】
阅读下面的HTML代码,在IE7.0及以上版本浏览器中,两个DIV之间的空白距离是(????)style?type=text/css? .header?{?margin-bottom:10px;? border:1px?solid?#f00;?}? .container?{?margin-top:15px;? border:1px?solid?#f00;?}?/style?......?div?class=header/div?div?class=container/div?......
【单选题】
设X1,X2,...,X8是来自正态总体 <img style=BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; BACKGROUND: url(/files/js/ueditor/themes/default/images/word.gif) no-repeat center center; BORDER-TOP: #ddd 1px solid; BORDER-RIGHT: #ddd 1px solid src=/files/js/ueditor/themes/default/images/spacer.gif width=55 height=24 word_img=file:///C:\DOCUME~1\ADMINI~2.LEN\LOCALS~1\Temp\msohtml1\01\clip_image001.wmz/>的一个样本,令Y=(X1+X2+X3+X4)2+(X5+X6+X7+X8)2,若CY服从χ2分布,则C=( )
【单选题】
要使表格的边框不显示,应设置border的值是?
【单选题】
要使表格的边框不显示,应设置?border?的值是(?)。
【单选题】
要使表格的边框不显示,应设置border的值是( )。
【单选题】
要使表格的边框不显示,应设置border的值是(???)。
【单选题】
下列( )表示上边框线宽10px,下边框线宽5px,左边框线宽20px,右边框线宽1px。
①
border-width:10px 1px 5px 20px
②
border-width:10px 5px 20px 1px
③
border-width:5px 20px 10px 1px
④
border-width:10px 20px 5px 1px