The school rules state that no child shall be allowed out of the school during the day, ______ accompanied by an adult.A. onceB. whenC. ifD. unless

题目

The school rules state that no child shall be allowed out of the school during the day, ______ accompanied by an adult.

A. once

B. when

C. if

D. unless


相似考题
更多“The school rules state that no child shall be allowed out of the school during the day ”相关问题
  • 第1题:

    A ______ of birds flew towards us slowly from far away.

    A.herd

    B.flock

    C.pack

    D.school


    AD

  • 第2题:

    单选题:在下列的 HTML 网页中,哪个可以产生超链接? A.<a url="http://www.w3school.com.cn">W3School.com.cn</a> B.<a href="http://www.w3school.com.cn">W3School</a> C.<a>http://www.w3school.com.cn</a> D.<a name="http://www.w3school.com.cn">W3School.com.cn</a>


    C

  • 第3题:

    8、在下列的 HTML 中,哪个可以产生超链接?

    A.<a url="http://www.w3school.com.cn">W3School.com.cn</a>

    B.<a href="http://www.w3school.com.cn">W3School</a>

    C.<a>http://www.w3school.com.cn</a>

    D.<a name="http://www.w3school.com.cn">W3School.com.cn</a


    B

  • 第4题:

    给定一个JSP程序源代码,如下: <jsp:forward page="result.jsp"> <jsp:param name="school" value="FAFU"/> </jsp:forward > 在result.jsp中,使用()代码片段可以输出参数school的值

    A.<jsp:getParam name="school">

    B.<jsp:getParameter name="school">

    C.<%=request.getAttribute("school")%>

    D.<%=request.getParameter("school")%>


    D

  • 第5题:

    打开名为 "window2" 的新窗口的 JavaScript 语法是?

    A.open.new("http://www.w3school.com.cn","window2")

    B.new.window("http://www.w3school.com.cn","window2")

    C.new("http://www.w3school.com.cn","window2")

    D.window.open("http://www.w3school.com.cn","window2")


    windows.open(“http : //www.sina.com.cn”,“window2”)

  • 第6题:

    5、现在需要定义当前HTML文档所费用的外部样式单文件school.css(假设该文件在当前HTML文档所在文件夹下名为“css”的子文件夹下),则正确的选项为()。

    A.<link rel="stylesheet" type="text/css" href="css\school.css" />

    B.<link rel="stylesheet" type="text/css" href="school.css" />

    C.<base rel="stylesheet" type="text/css" href="school.css" />

    D.<base rel="stylesheet" type="text/css" href="css\school.css" />


    HTML5 新标记 这篇文档主要介绍 HTML5 相对以往版本的新增特点和新增标记。