【单选题】【消耗次数:1】
Jack was ill and had to ____ in bed for six days.
sleep
stay
keep
lay
参考答案:
复制
纠错
相关题目
【单选题】 Since you have already come, you _____ stay here for a couple of days.
①  might well
②  might as well
③  might have to
④  might
【单选题】 I had my meals ______ when I was ill in bed with a bad cold.
①  to bring
②  bring
③  brought
④  bringing
【单选题】 She is filled with ( )for her own college days.
①  nostalgic
②  nostalgy
③  nostalgia
④  remember
【单选题】 18.- ______ did you sleep last night? - I stay up too late to go to sleep.
①  How
②  When
③  Why
④  Where
【单选题】 -- How long ______ you ______ the library book?-- For three days.
①  have; borrowed
②  have; kept
③  borrow
④  were; kept
【单选题】 —How long____ you ____the library book? —For three days.
①  have--borrowed
②  have--kept
③  did--borrow
④  were--kept
【单选题】 Lily is upset these days. Do you know how to ______ her ______?
①  cheer; up
②  cheer; on
③  pick; up
④  put; away
【单选题】 He comes to see his parents [填空] three days.
①  every
②  both
③  each
④  one
【单选题】 I used to ( ) if I didnt get at least six hours sleep at night.
①  moaning
②  moat
③  moan
④  moans
【单选题】 I’d like to ____ a single room at the holiday inn for two days.
①  serve
②  conserve
③  preserve
④  reserve
随机题目
【单选题】 阅读以下代码段,则可知( )。 INPUTtype=textname=textfieldINPUTtype=radioname=radiovalue=女INPUTtype=checkboxname=checkboxvalue=checkboxINPUTtype=filename=file
①  上面代码表示的表单元素类型分别是:文本框、单选按钮、复选框、文件域
②  上面代码表示的表单元素类型分别是:文本框、复选框、单选按钮、文件域
③  上面代码表示的表单元素类型分别是:密码框、多选按钮、复选框、文件域
④  上面代码表示的表单元素类型分别是:文本框、单选按钮、下拉列表框、文件域
【单选题】 下列选项中说法正确的是( )
①  都为文字标签,没有区别
②  标签只能插入文字,font标签可以插入图片
③  标签只能插入图片,font标签可以插入文字
④  标签为段落标签,font标签文字标签
【单选题】 用于指定视频或音频数据是否预加载的属性是( )
①  preload
②  autoplay
③  poster
④  Controls
【单选题】 要将插入的图片大小设为宽50像素,高为100像素,则正确代码为 ( )
①  imgsrc=images/banner3.jpgwidth=50height=100/
②  imgsrc=images/banner3.jpgwidth=100height=50/
③  imgsrc=images/banner3.jpgwidth:50,height:100/
④  imgsrc=images/banner3.jpgwidth:100,height:50/
【多选题】 当希望使图片的背景是透明的时候,应该使用的图像格式是( )
①  JPG
②  PNG
③  BMP
④  GIF
【多选题】 分析下面的HTML代码片段,则选项中的说法正确的是( ) tablecellspacing=30trtdcolspan=2align=center/td/trtrtdrowspan=2align=center/tdtdalign=center/td/trtrtdcolspan=2align=center/td/tr/table
①  该表格共有两行三列
②  该表格边框宽度为30像素
③  该表格中的文字均居中显示
④  “姓名”单元格跨2列
【单选题】 在网页中显示特殊字符,如果要输入“”,应使用( )
①  lt;
【单选题】 关于文本对齐,源代码设置不正确的一项是( )
①  居中对齐:divalign=middle/div
②  居右对齐:divalign=right/div
③  居左对齐:divalign=left/div
④  两端对齐:divalign=justify/div
【单选题】 下面代码的运行结果,说法正确的是( ) 苹果/lili/lili/li/ul
①  是有序列表
②  是无序列表
③  是定义列表
④  都不正确
【单选题】 关于下面代码的运行效果,说法正确的是( ) div{color:#0F0;background-color:#f00}
①  设定div的字体颜色和背景颜色为红色
②  设定div的字体颜色和背景颜色为绿色
③  设定div的字体颜色为绿色,背景颜色为红色
④  设定div的字体颜色为红色,背景颜色为绿色