【多选题】【消耗次数:1】
下列( )可以使窗口显示前一个页面(选择二项)
back( )
forward( )
go(1)
go(-1)
参考答案:
复制
纠错
相关题目
【多选题】 下列( )可以使窗口显示前一个页面
①  back( )
②  forward( )
③  go(1)
④  go(-1)
【多选题】 下列选项中,( )可以打开一个无状态栏的页面。(选择二项)
①  window.open(advert.html
②  window.open(advert.html,广告,toolbar=1,scrollbars=0,status=1
③  window.open(advert.html,,scrollbars=1,location=0,resizable=1
④  window.open(advert.html,,toolbars=0, scrollbars=1, location=1, status=no
【单选题】 在页面中有一个1行2列的表格,其中表格行(tr)的id为r1,下列( )能在表格中增加一列,并且将这一列显示在最前面。(选择一项)
①  document.getElementById(r1).Cells(1);
②  document.getElementById(r1).Cells(0);
③  document.getElementById(r1).insertCells(0);
④  document.getElementById(r1).insertCells(1);
【单选题】 Modesty helps one to go forward, ______ conceit makes one lag behind.
①  whenever
②  only if
③  whereas
④  consequently
【单选题】 When I was a child, I_______go back home on time.
①  have to
②  must
③  had to
【单选题】 Please get me a new [填空] when you go back home.
①  clothes
②  dress
③  clothing
④  trousers
【多选题】 在JavaScript中,下列代码可以实现弹出的窗口不可调节尺寸的是()(选择二项)
①  window.open(test.html,弹出窗口,resizable=no
②  window.open(test.html,弹出窗口,resizable=yes
③  window.open(test.html,弹出窗口,resizable=1
④  window.open(test.html,弹出窗口,resizable=0
【单选题】 1.When hewas a boy, he used to go there and watch____.
①  to repair bicycles
②  bicycles to be repaired
③  bicycles being repaired
④  repairing bicycles
【单选题】 1. I have two friends but_______of them 1ikes to go fishing with me.
①  none
②  neither
③  both
④  either
【单选题】 Corel启动时显示的一个窗口是:( )
①  普通画面
②  启动画面
③  欢迎窗口
④  程序窗口
随机题目
【单选题】 下面的CSS代码运行效果是( ) p{color:#f00} font{background:#f00}
①  所有p和font标签背景色为红色
②  所有p和font标签字体颜色为红色
③  p标签的字体颜色为红色,font标签的背景色为红色
④  p标签的字体背景色为红色,font标签的颜色为红色
【单选题】 下列选项中,可以设置页面中某个DIV标签相对页面水平居中的CSS样式是(????)
①  margin:0auto;
②  padding:0auto;
③  text-align:center;
④  vertical-align:middle;
【单选题】 在HTML中,DIV默认样式下是不带滚动条的,若要使标签出现滚动条,需要为该标签定义(????)样式。
①  overflow:hidden;
②  display:block;
③  overflow:scroll;
④  display:scroll;
【单选题】 在网页中显示特殊字符,如果要输入“<”,应使用( )
①  lt;
【单选题】 以下不是input在html5中的新类型的是:
①  DateTime
②  file
③  URL
④  email
【单选题】 HTML表格的组成不包含下面哪个(D?)
① 
② 
③  单元格
④ 
【单选题】 以下关于FONT标记符的说法中,错误的是( )
①  可以使用color属性指定文字颜色。
②  可以使用size属性指定文字大小(也就是字号)。
③  指定字号时可以使用1~7的数字。
④  语句这里是2号字将使文字以2号字显示。
【单选题】 在【链接】列表框中输入( )可创建空链接
①  &
②  %
③  #
④  @
【单选题】 HTML文本显示状态代码中,表示( )
①  文本闪烁
②  文本或图片居中
③  文本加注下标
④  文本加注上标
【单选题】 建立一对选择性别的单选按钮,下面关于它们的name值不正确的是( )
①  name=boy,name=girl
②  name=boy,name=boy
③  name=girl,name=girl
④  name=sex,name=sex