【单选题】【消耗次数:1】
Bytheendoflastmonth,he________oneofthebestchildrenintheclass
hasbecome
hadbecame
became
hadbecome
参考答案:
复制
纠错
➡️如需代学继续教育,联系微信:yizhituziang

相关题目
【多选题】 The air became_________ .
①  cold and cold
②  colder and colder
③  warm and warm
④  warmer and warmer
【单选题】 The subject was so ____ that Tom became very ____ in it.
①  interesting, interesting
②  interested, interested
③  interested, interesting
④  interesting, interested
【单选题】 After ten years, all these youngsters became____.
①  grown-up
②  grown-ups
③  growns-ups
④  growns-up
【判断题】 “Bohemian” living became a fad and welcomed by everyone.
①  正确
②  错误
【单选题】 With the production increased by the assembly line, automobiles became much____________ .
①  worse
②  longer
③  bigger
④  cheaper
【单选题】 Under this ____ pressure some of the rocks even became liquid.
①  intensive
②  weighty
③  intense
④  bulky
【单选题】 _________ the teacher’s voice, the little girl became nervous.
①  Have heard
②  Hearing
③  Heard
④  Hear
【单选题】 It became hot, so the man took_________ his coat.
①  of
②  off
③  on
④  up
【单选题】 It became harder for women married to diplomats(外交家) to _______ their own interests.
①  pursue
②  replace
③  absorb
④  convince
【单选题】 When my own son was five years old, I became ( )for another baby.
①  eager
②  desire
③  yearn
④  wish
随机题目
【单选题】 下列样式定义字体为宋体、字体颜色为红色、斜体、大小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;
【单选题】 下面的CSS代码运行效果是( )p{color:#f00}font{background:#f00}
①  所有p和font标签背景色为红色
②  所有p和font标签字体颜色为红色
③  p标签的字体颜色为红色,font标签的背景色为红色
④  p标签的字体背景色为红色,font标签的颜色为红色
【单选题】 下列哪种方式是用类选择器定义样式的( )
①  p{color:red;}
②  .one{color:red;}
③  #two{color:red;}
④  p,h1{color:red;}
【单选题】 样式表定义:#title{color:red}表示( )
①  网页中的标题是红色的
②  网页中某一个id为title的元素中的内容是红色的
③  网页中元素名为title的内容是红色的
④  以上任意一个都可以
【单选题】 下列选项中关于标签div与span的说法正确的是( )
①  span标签只能用于文本内容
②  div标签显示时将独占一行
③  span标签在浏览器中显示是将占满一行
④  多个div标签元素将在同一行显示