【单选题】【消耗次数:1】
Sorry, I can’t find the books you asked for.____________
Don’t mention it.
It’s your fault.
Thanks anyway.
I won’t forgive you.
参考答案:
复制
纠错
相关题目
【单选题】 13.Don’t ______ to let me know if there’s anything I can do for you.
①  thrill
②  hesitate
③  reject
④  puzzle
【单选题】 6. Don’t_________to 1et me know if there s anything I can do for you.
①  hesitate
②  reject
③  puzz1e
④  thrill
【单选题】 If you don’t go, ____ I.
①  nor shall
②  so don’t
③  neither do
④  so do
【判断题】 A: Im terribly sorry that I made your table cloth dirty. B: Don’t mention it.
①  正确
②  错误
【单选题】 -I hope you don’t mind my pointing out your mistakes.- ____.
①  Of course
②  You’re welcome
③  Certainly not
④  Yes, I do
【单选题】 — I can’t find my mobile phone. I’m sure it’s in this room. — _______. I’ll call you with my phone. When it rings, you can follow the sound.
①  Excuse me.
②  Good luck
③  Don’t worry
④  ok
【单选题】 Excuse me. I don’t want to interrupt you but …
①  Can I help you?
②  Certainly, how dare you
③  It’s quite all right
④  Yes, you did
【单选题】 I don’ t think it’ s important, _____?
①  doesn’ t
②  is it
③  do I
④  isn’ t
【单选题】 I don’t think you can work out the maths problem ___ her help.
①  since
②  unless
③  with
④  without
【单选题】 I am not sure whether I can gain any profit from the investment, so I can’t make a(n) ____ tohelp you.
①  exact
②  defined
③  definite
④  sure
随机题目
【单选题】 下列选项中不属于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
【单选题】 关于CSS以下说法错误的是( )
①  每个CSS样式都必须由两部分组成:选择器和声明
②  选择器表示要定义样式的对象,可以是元素本身,也可是一类元素或制定名称的元素
③  属性是指定选择器所具有的属性,它是CSS的核心,css共有150多个属性
④  定义属性值:属性值是指数值加单位,如20px