【判断题】【消耗次数:1】
Above all we should do this thing correctly.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 We should bear in [] all these important rules.
①  mind
②  heart
【判断题】 A: What should we do this evening? B: You say.
①  正确
②  错误
【单选题】 Only when you have acquired a good knowledge of grammar ____ write correctly.?
①  can you ?
②  will you ?
③  you can ?
④  can’t you?
【单选题】 I don’t quite remember the key ____ the question though I answered it correctly.
①  of
②  to
③  for
④  about
【单选题】 The most important ___ of his speech was that we should all work whole-heartedly for the people.
①  element
②  sport
③  chance
④  point
【单选题】 The most important ________ of his speech was that we should all work whole-heartedly for people.
①  element
②  spot
③  sense
④  point
【单选题】 When we speak to people, we should be ______.
①  as polite as possible
②  as polite as possibly
③  as politely as possible
④  as politely as possibly
【单选题】 There was only one thing to do [] study till dawn.
①  comma
②  dash
③  brackets
④  semicolon
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Do only one thing at a time. You cannot listent to music or people and memorize at the same time.
①  正确
②  错误
【单选题】 We should be ( )about the future
①  pessimistic
②  pessimism
③  optimistic
④  optimism
随机题目
【单选题】 在CSS的文本属性中,文本修饰的取值text-decoration:overline表示(?)
①  不用修饰
②  下划线
③  上划线
④  横线从字中间穿过
【单选题】 下面选项中( )应用了行内样式
①  p class=style
②  p id=content
③  p style=color:red
④  p class=style1
【单选题】 在HTML中,要通过无列表符号来实现导航菜单,CSS属性中( )可以设置垂直叠放次序。
①  list-style
②  padding
③  Z-index
④  Float
【单选题】 下列CSS注释格式正确的是( )
①  //thisisacomment
②  /*thisisacomment*/
③  !--thisisacomment--
④  thisisacomment
【单选题】 下列样式定义字体为宋体、字体颜色为红色、斜体、大小20px、粗细800号,正确的定义是:( )
①  p{font-family:宋体;font-size:20px;font-weight:800;color:red;font-style:italic;}
②  p{font-family:20px;font-size:宋体;font-weight:800;color:red;font-style:italic;}
③  p{font-family:20px;font-size:800;font-weight:宋体;color:red;font-style:italic;}
④  p{font-family:800;font-size:20px;font-weight:red;color:italic;font-style:宋体;}
【多选题】 下列标签中是块级标签的是(????)。
①  div
② 
③ 
④  span
【多选题】 在CSS中,下列选项关于样式 “#container,?.main{font-size:12px;}”与 “#container?.main{font-size:14px;}”的说法不正确的是(????)
①  前者表示同时设置两个选择器的样式,后者表示只设置main选择器的样式
②  前者表示只设置main选择器的样式,后者表示同时设置两个选择器的样式
③  二者中间的逗号或者空格都可以省略
④  二者作用是相同的
【多选题】 关于HTML中的表格和样式,下列说法正确的是(????)
①  表格的边框可以使用CSS来控制
②  单元格的尺寸可以使用CSS来控制
③  单元格的背景颜色可以使用CSS来控制
④  单元格的跨行或跨列可以使用CSS来控制
【多选题】 下列选项中,(????)可以设置网页中某个标签的左外边距为5像素。
①  margin:0 5px;
②  margin:5px 0 0 0;
③  margin:0 0 0 5px;
④  padding-left:5px;
【多选题】 下列选项为背景属性赋值正确的有(????)。
①  background-image:bg.jpg;
②  background-image:url(bg.jpg);
③  background-repeat:repeat-x;
④  background-repeat:no-repeat;