【简答题】【消耗次数:1】
将以下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 ......
①  0px
②  10px
③  15px
④  25px
【简答题】 将以下CSS代码进行缩写,注意要符合缩写的规范。 margin-left:10px; margin-right:15px; margin-bottom:5px; margin-top:20px;
【单选题】 阅读下面的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? ......
①  0px
②  10px
③  15px
④  25px
【单选题】 阅读下面的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?......
①  0px
②  10px
③  15px
④  25px
【单选题】 设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=( )
①  1/4
②  1
③  1/2
④  2
【判断题】 下列属性中能够设置圆角边框的属性的是 border-style( )。
①  正确
②  错误
【单选题】 在CSS中,为页面中的某个DIV标签设置样式div{width:200px;padding:0 20px; border:5px;},则该标签的实际宽度为( )
①  200px
②  220px
③  240px
④  250px
【简答题】 如下代码: h1{ font-family:宋体; color:#F00; line-height:40px; border:1pxsolid#000 } 设置了h1标签的[填空]为40像素,边框线粗为[填空]
【单选题】 参看以下的HTML代码:? htmlheadtitle/titleheadbodytable?border=1trtd?/tdtd?/td/trtrtd?/tdtd?/td/tr/table/body/html? 对以上代码,以下描述正确的是(??)
①  该网页内容的第一行显示“表格”
②  1和2的表格在同一列
③  1和2的表格在同一行
④  1和3的表格在同一列
【单选题】 已知<img src=https://p.ananas.chaoxing.com/star3/origin/0340eac7da3c8a09e0b81b26dab632b4.png style=margin: 0px; padding: 0px; border: 0px; max-width: 100%;/>,则<img src=https://p.ananas.chaoxing.com/star3/origin/58aa7adda589e3fc096f1af645667752.png style=margin: 0px; padding: 0px; border: 0px; max-width: 100%;/>_______
①  38
②  42
③  48
④  58
随机题目
【单选题】 下面( )不是Visual Basic的文件类控件。
①  DriverListBox
②  DirListBox
③  FileListBox
④  MsgBox
【单选题】 下列文件打开方式,可以同时进行读写操作的是?
①  Append
②  Random
③  Output
④  Input
【单选题】 计时器控件中要求每隔0.1秒触发一次Timer事件,那么时钟控件的Interval属性应该设置为( )。
①  1
②  10
③  100@1000
【单选题】 单击滚动条的滚动箭头时,产生的事件是( )。
①  Click事件
②  Scroll事件
③  Move事件
④  Change事件
【单选题】 在程序运行时,要想使可操作的按钮变成不可见,则应该设置为False的属性是( )。
①  Visible
②  Enabled
③  Default
④  Cancled
【单选题】 若要获得列表框中列表项的数目,可通过访问( )来实现。
①  List
②  ListIndex
③  ListCount
④  Text
【单选题】 复选框的Value属性为0时表示( )。
①  未被选中
②  被选中
③  无效
④  操作错误
【单选题】 在调用过程时,下述说明中正确的是( )。
①  只能使用Call语句调用Sub过程
②  调用Sub过程时,实际参数必须用括号括起来
③  Function过程也可以使用Call语句调用
④  在表达式中调用Function过程时,可以不用括号把实际参数括起来
【单选题】 以下关于Function过程的说法,错误的是( )。
①  Function过程名可以有一个或多个返回值
②  在Function过程内部不得再定义Function过程
③  Function过程中可以包含多个Exit Function语句
④  可以像调用Sub过程一样调用Function过程
【单选题】 下面关于过程参数的说法,错误的是( )。
①  过程的形参不可以是定长字符串类型的变量
②  形参是定长字符串的数组,则对应的实参必须是定长字符串的数组,且长度相同
③  若形参是按地址传递的参数,形参和实参也能以按值传递方式进行形实结合
④  按值传递参数,形参和实参的类型可以不同,只要相容即可