【单选题】【消耗次数:1】
Most people come to realize that it is about time the government ____ further measures to control the population.
must take
is taking
takes
took
参考答案:
复制
纠错
相关题目
【单选题】 Most people came to realize that it was about time the government ____ further measures to control the population.
①  must take
②  is taking
③  takes
④  took
【单选题】 The time will surely come ____ ordinary people could operate computers as well.
①  when
②  till
③  while
④  as
【单选题】 The Government will ___________ its control over economic growth.
①  make
②  do
③  tighten
④  need
【判断题】 A: Must I take a taxi? B: No, you must not. You can take a bus.
①  正确
②  错误
【单选题】 It took a lot of imagination to come up with such an _____plan.
①  bright
②  clever
③  brilliant
④  ingenious
【单选题】 Must I take a taxi?No, you _______. You can take my car.
①  had better to
②  don’t
③  must not
④  don’t have to
【单选题】 A: Must I take a train? B: No, you [填空]. You can take a plane.
①  dont
②  must not
③  dont have to
④  can not
【单选题】 The government would be unwise to ( ) the complaints of its people.
①  overlook
②  ignore
③  neglect
④  disrespect
【单选题】 The dispute is ____ to be settled for a long time to come.
①  uncertain
②  susceptible
③  impossible
④  unlikely
【单选题】 The concert usually takes place at the People’s Square, with the audience __________on the groun@@
①  seating
②  seated
③  be seating
④  to seat
随机题目
【单选题】 关于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
【单选题】 在CSS设置背景图片的时候,不想让背景图片重复出现可以使用的属性是( )
①  background-color
②  background-repeat
③  background-position
④  background-image
【单选题】 下列能够正确在一个html页面中导入在同一个目录下的“style.css”样式表的是?
①  link rel=stylesheet type=text/css href=styles.css
②  style type=text/css href=”styles.css” /style
③  script type=text/javascript src=styles.css /script
④  link type=text/css rel=styles.css
【单选题】 以下关于CSS+DIV布局中关于盒子模型说法错误的是( )
①  一个盒子由4个独立的部分组成:Margin、Border、Padding、Border
②  填充、边框和边界和内容区域都分为上、下、左、右四个方向,既可以分别定义,也可以统一定义。
③  盒子的实际宽度=左边界+左边框+左填充+内容宽度(width)+右填充+右边框+右边界
④  盒子的实际高度=上边界+上边框+上填充+内容高度(height)+下填充+下边框+下边界。
【单选题】 清除浮动的CSS写法正确的是()
①  clear:none
②  ?clear:both
③  clear:left?
④  clear:right