【判断题】【消耗次数:1】
A: You look tired. Let us have a rest, will you? B: I agree with you.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 --I went to the beach and got plenty of rest. --_______. You looked tired last time I saw you.
①  :I hope so
②  :Really
③  :Im glad you did
④  :The sound was nice
【单选题】 You look _______. Did you have a rest all night?
①  tire
②  tired
③  tiring
【单选题】 A: Its a long journey. You look tired. [填空]? B: Yes. Could you take that suitcase, please? A: Sure.
①  Wheres your luggage
②  How can I help you
③  Do you mind my help
④  May I help you with anything
【多选题】 Im_________ to agree with you.
①  can
②  cant
③  unable
④  not able
【单选题】 I look younger because I do _________ exercise than you.
①  many
②  much
③  more
④  most
【单选题】 If you_______have a rest, you will have a bad cough.
①  won’t
②  wouldn’t
③  don’t
【判断题】 A: Have a nice weekend! B: The same to you.
①  正确
②  错误
【判断题】 A: I wish you success in the final exam. B: The same to you.
①  正确
②  错误
【多选题】 A: I have a headache. I feel weak and tired.B: You ___________ go to see a doctor.
①  should
②  should not
③  had better
④  had better not
【单选题】 A: You look a little pale. Are you OK? B: [填空], I feel terrible.
①  To tell you the truth
②  To speak out
③  To begin with
④  To sum up
随机题目
【单选题】 下面哪个选项可以给元素设置边框:
①  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
【单选题】 下列对盒子模型描述不正确的是( )
①  一个盒子由边界、边框、填充和内容区域4个部分组成
②  盒子的填充、边框、边界和内容区域都分为上、下、右、左四个方向
③  CSS定义盒子的width和height时,实际上定义的是内容区域content的width和height。
④  盒子的宽度是内容宽度加上padding、border和margin。
【单选题】 下列哪一项是css正确的语法构成?
①  body:color=black
②  {body;color:black}
③  body?{color:?black;}
④  {body:color=black(body}
【单选题】 下列样式定义字体为宋体、字体颜色为红色、斜体、大小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:宋体;}