【判断题】【消耗次数:1】
请判断下句的语法是否正确。The boy was seeing to fall from the tree.
正确
错误
参考答案:
复制
纠错
相关题目
【判断题】 请判断下句是否语法正确。Seeing under a microscope, a fresh snowflake has a delicate six-pointed shape.
①  正确
②  错误
【判断题】 请判断下句是否语法正确。The traverllers were completely exhausting.
①  正确
②  错误
【判断题】 请判断下句是否语法正确。When heated, ice will be changed into water.
①  正确
②  错误
【判断题】 请判断下句是否语法正确。I found her reading in bed.
①  正确
②  错误
【判断题】 请判断下句语法是否正确。The scientists were excited about the result of the experiment.
①  正确
②  错误
【判断题】 请判断下句是否语法正确。All the students jumped up, laughing and shouting.
①  正确
②  错误
【判断题】 请判断下句是否语法正确。Mary stood at the school gate wait for Betty.
①  正确
②  错误
【判断题】 请判断下句是否语法正确。Jane fell off the bike, cut her leg.
①  正确
②  错误
【判断题】 请判断下句是否语法正确。Has no place to go to, the man wandered about in the street.
①  正确
②  错误
【判断题】 请判断下句是否语法正确。Being ill, he didnt go to school yesterday.
①  正确
②  错误
随机题目
【判断题】 slider输入类型定义滑块控件( )
①  正确
②  错误
【判断题】 下列属性中不是过渡transition子属性的是transition-play( )。
①  正确
②  错误
【单选题】 下列CSS规则中能够使超链接在盘旋时下边框为2px、实线、红色效果的选项是( )。
①  a:hover{border-bottom:2px solid #FFOOOO;text-decoration:none;}
②  a:hover{border-top:2px solid #FFOOOO;text-decoration:none;}
③  a:hover{border-bottom:2px dashed #FFOOOO;text-decoration:none;}
④  a:hover{border-right:2px double #FFOOOO;text-decoration:none;}
【单选题】 Canvas绘图是借助于JavaScript脚本通过( )方法进行图像绘制。
①  getElementById()
②  getContext(2d)
③  FillRect()
④  strokeRect()
【单选题】 能够从sessionStorage对象中读取数据的方法是( )。
①  sessionStorage.setItem(key,value)
②  sessionStorage.key(index)
③  sessionStorage.removeItem(key)
④  sessionStorage.getItem(key)
【单选题】 下列CSS规则中能够让图层div不显示的选项是( )。
①  div{display:block;}
②  v{display:none;}
③  div{display:inline;}
④  div{display:hidden;}
【单选题】 下列CSS规则中能够让图层div隐藏的选项是( )。
①  div{visibility:none;}
②  div{ visibility: visible;}
③  div{visibility:hidden;}
④  div{visibility:block;}
【单选题】 在 HTML5 中,onblur 和 onfocus 是( )
①  HTML 元素
②  样式属性
③  事件属性
④  点击事件
【单选题】 下列选择器,能够设置鼠标悬停状态下的样式的是( )
①  :hover
②  :active
③  :focus
④  :link
【单选题】 下列CSS规则中能够使超链接在盘旋时产生上画线效果的选项是( )。
①  a:hover{text-decoration:none;}
②  a:hover{text-decoration:underline;}
③  a:hover{text-decoration:line-through;}
④  a:hover{text-decoration:overline;}