Nowadays children in this area are taught at school()at home, but 60 years ago no children were taught at school()those from rich families. A、rather than; other thanB、other than; exceptC、other than; rather thanD、besides; except
Nowadays children in this area are taught at school()at home, but 60 years ago no children were taught at school()those from rich families.
A、rather than; other than
B、other than; except
C、other than; rather than
D、besides; except
相关考题:
23. When I got there, he _____ them to dance.A. is teaching B. teachesC. was teaching D. taught
Were( )not for the invention of television , we would not be able to see things going on many miles away . A. itB. thatC. thisD. those
John's father ______ mathematics in this school ever since he graduated from Harvard University. A、teachesB、has taughtC、is teachingD、taught
2. Lily and Lucy often leave__________ school __________ half past seven.A.from,toB.for,inC.to,fromD.for,at
给定一个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")%>
单选题:在下列的 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>
打开名为 "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")
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
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" />