【单选题】【消耗次数:1】
The hospital is said to have been ________________ in the Second World War.
declined
destroyed
decided
demanded
参考答案:
复制
纠错
相关题目
【单选题】 During the Second World War, once before, the U-boats had been _____ because of air attack.
①  in trouble
②  in the trouble
③  for trouble
④  within trouble
【单选题】 Was it during the Second World War _________ he died?
①  then
②  in which
③  that
④  while
【单选题】 Was it during the Second World War _________ he died?
①  then
②  in which
③  that
④  while
【单选题】 The child who fell dow from the second floor_______to the hospital already.
①  has taken
②  is taken
③  has been taken
【单选题】 He said that his sister ?[填空]been there one week before
①  had
②  has
③  have
④  will have
【判断题】 After the First World War, the United States was no longer isolated in either politics or tradition.
①  正确
②  错误
【单选题】 I always ____ what I have said.
①  get to
②  hold to
③  lead to
④  see to
【单选题】 7.During World War II, a Jewish(犹太的) lady was protected by a local family in Shanghai in her ________ .
①  fifties
②  fifty
③  fiftieth
④  the fiftieth
【判断题】 The slightest mention of the decade after the First World War brings nostalgic recollections to both the middle-age and the young.
①  正确
②  错误
【单选题】 I have been at home [填空]Sunday.
①  on
②  for
③  at
④  since
随机题目
【单选题】 如何能够定义列表的项目符号为实心矩形?
①  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:宋体;}
【单选题】 关于表格的描述正确的一项是( )。
①  在单元格内不能继续插入表格
②  可以同时选定不相邻的单元格
③  粘贴表格时,不粘贴表格的内容
④  在网页中,水平方向可以并排多个独立的表格