Where can the visitors learn about the subjects for new students?
A. In the school hall.
B. In the science labs.
C. In the classrooms.
第1题:
选出与划线部分相近的词语,How many guests are coming for dinner?
A.workers
B.hosts
C.visitors
第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>
第3题:
声明并创建一个学生类Student的对象s,下列语法格式正确的是()。
A.Student s = Student();
B.Student s;
C.Student s = new Student();
D.Student s = new ();
第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")%>
第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")
第6题:
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