【单选题】【消耗次数:1】
The day is also known _________ the Moon Festival.
as
for
with
in
参考答案:
复制
纠错
相关题目
【单选题】 Like Christmas,Chinese Spring Festival is also a festival for family___________.
①  reunion
②  event
③  surprise
④  meeting
【单选题】 Is _____ possible to fly to the moon in a spaceship?
①  now
②  man
③  that
④  it
【单选题】 Which is [填空] the moon or the earth?
①  big
②  biger
③  bigger
④  biggest
【判断题】 Which is big, the moon or the earth ?
①  正确
②  错误
【单选题】 18. The earth is about ____ as the moon.
①  as fifty time big
②  fifty times as big
③  as big fifty times
④  fifty as times big
【判断题】 The police warned people to be on guard against burglary during the festival.
①  正确
②  错误
【单选题】 It was in 1969 ____ the American astronauts succeeded in landing on the moon.
①  when
②  the moment
③  which
④  that
【单选题】 The better the elderly people are known, they are.
①  the happier
②  the happy
③  so happy
④  very happy
【单选题】 The man is getting [填空] day by day.
①  worse
②  bad
③  badly
④  worst
【单选题】 It was well known that Thomas Edison _____ the electric lamp.
①  discovered
②  invented
③  found
④  developed
随机题目
【多选题】 关于表单提交方式说法正确的是( )。
①  表单提交方式只有GET和POST两种
②  GET提交和POST提交时请求参数所在的位置不同
③  GET提交的请求参数大小有限制,通常不能超过1KB
④  在地址栏书写地址访问资源是POST提交
【多选题】 有关表单描述正确的是( )。
①  表单元素只能放置在表单标签中,才可以将表单的数据传递给其他程序?
②  当需要将表单元素的内容发送给其他程序,这些表单元素必须设置name属性值?
③  的method属性用于设置请求方式,常用取值有:post和get?
④  在纯html代码中,只要是按钮,就可以将表单提交到另一个程序去
【多选题】 按钮对象的属性主要有( )。
①  form表示该对象所在的表单
②  name表示该对象的name属性
③  type表示该对象的type属性
④  value表示该对象的value属性
【多选题】 form 元素可以包含( )。
①  input
②  textarea
③  set
④  select
【多选题】 下列( )属于表单事件处理程序。
①  onsubmit
②  onreset
③  onchange
④  onselect
【单选题】 HMTL表单的首要标记是,标记的参数method表示表单发送的方法,可能为get或post,下列关于get和post的描述正确的是( )。
①  post方法传递的数据对客户端是不可见的
②  get请求信息以查询字符串的形式发送,查询字符串长度没有大小限制
③  post方法对发送数据的数量限制在255个字符之内
④  get方法传递的数据对客户端是不可见的
【单选题】 要在表单里创建一个普通文本框,以下写法中正确的是( )。
①  INPUT
②  INPUT type=password
③  INPUT type=checkbox
④  INPUT type=radio
【单选题】 能够设置成口令域的是( )。
①  只有单行文本域
②  只有多行文本域
③  单行、多行文本域
④  多行“Textarea”标识
【单选题】 表单域可能不包含(??)元素。
①  文本域
②  密码域
③  提交交按钮
④  隐藏域
【单选题】 有如下一段代码,请问它的功能是(???)。
①  创建一个文本框
②  创建一个密码框
③  创建一个文本域
④  创建一个按钮