【单选题】【消耗次数:1】
5. Without your help, I couldn’t ______ the details ______.
work…at
work…out
work…on
work…up
参考答案:
复制
纠错
相关题目
【单选题】 _______ , I will help you with your work.
①  If I am possible
②  If it possible
③  If possible
④  Possible
【单选题】 I don’t think you can work out the maths problem ___ her help.
①  since
②  unless
③  with
④  without
【单选题】 The students can ’t finish the work ______ the teacher’s help.
①  A. with
②  B.for
③  C.without
④  D.on
【单选题】 None of us can work out the puzzle, _____ we?
①  can
②  can’ t
③  do
④  don’ t
【单选题】 They can’t leave until they _________ their work .
①  did
②  are doing
③  have done
④  his done
【单选题】 They can’t leave until they _______ their work .
①  did
②  are doing
③  have done
④  his done
【单选题】 I followed her _______ but I still couldnt work out how to use the sewing machine.
①  description
②  introduction
③  instructions
④  comments
【单选题】 5. His father began to work ____he was seven years old.
①  as old as
②  as early as
③  as soon as
④  as much as
【多选题】 No matter how ______ the problem is , we will work it out.
①  A.easy
②  B.difficult
③  C.challenging
④  D.hard
【单选题】 We could ask someone to do the work privately without it __________.
①  know
②  be known
③  being known
④  to be known
随机题目
【单选题】 如何去掉文本超级链接的下划线?
①  a?{text-decoration:no?underline}
②  a?{underline:none}
③  a?{decoration:no?underline}
④  a?{text-decoration:none}
【单选题】 阅读下面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
【单选题】 ID选择器以什么开头?
①  !
②  %
③  #
④  .
【单选题】 阅读下面CSS代码,下面选项中与该代码段效果等同的是( A )。 .box { margin:10px 5px; margin-right:10px; margin-top:5px; }
①  .box { margin:5px 10px 10px 5px; }
②  .box { margin:5px 10px 0px 0px; }
③  .box { margin:5px 10px; }
④  .box { margin:10px 5px 10px 5px; }
【单选题】 关于Dreamweaver表单中的跳转菜单和列表/菜单,下列说法中错?误的是_______?。
①  实质都是列表框
②  类型都包括菜单和列表两种类型
③  二者在设置过程中,都可通过选择复选项,在其后加上前往等按?钮。
④  当设置为列表类型时,都可以设置其为多选
【单选题】 下列选项中不属于CSS?文本属性的是
①  font-size
②  text-transform
③  text-align
④  line-height
【单选题】 关CSS样式表描述不正确的是( )
①  CSS样式表规则由选择器和声明组成
②  选择器包括标签选择器、类别选择器和ID选择器
③  HTML中部分标签可以作为CSS标签选择器
④  用@import url(“样式表名”)完成外部样式表的导入
【单选题】 下列哪个css属性可以更改字体大小?
①  text-size
②  font-size
③  text-style
④  font-style
【单选题】 下面哪个选项可以给元素设置边框:
①  border:1px solid black
②  border:1px
③  border:solid
④  border:black
【单选题】 如何能够定义列表的项目符号为实心矩形?
①  list-type:?square
②  type:?2
③  type:?square?
④  list-style-type:?square