【单选题】【消耗次数:1】
—Cherry, what do you think of today’s English homework?— .
little difficult.
The teacher assigned a lot.
No problem.
No way.
参考答案:
复制
纠错
➡️如需代学继续教育,联系微信:yizhituziang

相关题目
【单选题】 What do you think _____solve the problem ?
①  you can do
②  can you do
③  you can do to
④  can you do to
【单选题】 A: What do you think of the book? B: [填空].
①  Its very interesting
②  I like it very much
③  I dont know the title
④  Its a pleasure
【单选题】 Do what you think is right, ________ they say.
①  whatever
②  however
③  whenever
④  whichever
【单选题】 27. A lot of Japanese students of English have difficult ________ the pronunciation of “b”s and “v”s.
①  to
②  in
③  for
④  with
【判断题】 A: What do you think of these skirts? B: I think nothing.
①  正确
②  错误
【单选题】 ——what do you think about this film? ——( )very disappointing.
①  It is
②  They are
【判断题】 A: What do you think of the film? B: Its very exciting.
①  正确
②  错误
【单选题】 If I ___ it, I would do it in a different way.
①  were to do
②  do
③  had done
④  was to do
【单选题】 -Which job do you think I should take the counter’s job or the waiter’s job?-____.
①  That’s all right
②  It’s your own matter
③  It’s up to you
④  It’s none of your business
【单选题】 If they ___ to do this work, he might do it some other way.
①  were
②  should
③  will
④  can
随机题目
【单选题】 外部式样式单文件的扩展名为(?????)
①  .js
②  .dom
③  .htm
④  .css
【单选题】 若要在当前网页中定义一个独立类的样式myText,使具有该类样式的正文字体为”Arial”,字体大小为9pt,行间距为13.5pt,以下定义方法中,正确的是( )。
①  .myText{Font-Familiy:Arial; Font-size:9pt; Line-Height:13.5pt}
②  .myText{FontFamiliy:Arial; FontSize:9pt; LineHeight:13.5pt}
③  .myText{FontName:Arial; Font-Size:9pt; Line-Height:13.5pt}
④  .myText{FontName:Arial; FontSize:9pt; LineHeight:13.5pt}
【单选题】 下面属于标签选择器的是( )
①  #TopTable
②  .Td1
③  P
④  #NavTablea:hover( )
【单选题】 鼠标滑过时使文本变色,应用到的是哪个伪类选择器( )
①  link
②  visited
③  hover
④  Active
【单选题】 表格标记的基本结构是( )
①  /tr
②  /br
③  table/table
④  /td
【单选题】 如果要在表单中,显示如下信息“您用什么方式购买证卷?网上交易、电话交易、经纪人代理”,用户只能从三个选项中选择一项。要实现以上需求,input控件的type属性值应该是(??)
①  checkbox
②  button
③  radio
④  Text
【单选题】 有关网页中的图像的说法不正确的是(??)。
①  网页中的图像并不与网页保存在同一个文件中,每个图像单独保存.
②  HTML语言可以描述图像的位置、大小等属性
③  HTML语言可以直接描述图像上的像素
④  图像可以作为超级链接的起始对象
【单选题】 设置表格的单元格间距为0的HTML代码是( )
①  table cellspacing=0
②  table height=0
③  table border=0
④  table cellpadding=0
【单选题】 关于列表下列说法错误的是( )
①  常见的列表有有序列表、无序列表和定义列表
②  有序列表的列表项目之间排列是有顺序的
③  无序列表的列表项目之间排列是没有顺序的
④  列表之间不可以嵌套使用
【单选题】 补全以下代码,实现在网页中添加一张图片,设置高为200像素,宽为150像素,提示文字为“网页制作”的是( ) imgsrc=images/img.jpg_____=200_____=150______=网页制作
①  height,width,alt
②  height,width,title
③  width,height,alt
④  width,height,title;