http://www.sina.com.cn中www为() A.一级域名B.二级域名C.三级域名D.主机名
http://www.sina.com.cn中www为()
A.一级域名
B.二级域名
C.三级域名
D.主机名
相关考题:
在J2EE中,URL类代表了统一资源定位器,如果要使用“http://www.sina.com.cn/index.html”生成URL对象,可以按照如下的()造该对象。 A.URLurl=newURL(http,www.sina.com.cn/index.html,80);B.URLurl=newURL(http://www.sina.com.cn/index.html);C.URLurl=newURL(http,www.sina.com.cn,80,index.html);D.Urlurl=newURL(http,www.sina.com.cn/index.html);
下列语句中,正确打开名为“window2"的新窗口的JavaScript语句是( )。A.open.new("http://www.sina.COB.cn","window2")B.new.window("http://www.sina.con.cn","window2")C.new("http://www.sina.com.cn","window2")D.window.open("http://www.sina.tom.cn","window2")
想要把窗口导航到新的页面,下面那些语句是正确的()A.window.URL=”http://www.sina.com.cn”B.document.location=”http://www.sina.com.cn”C.location.URL=”http://www.sina.com.cn”D.location.href=”http://www.sina.com.cn”
在下列的HTML中,能够使被链接的页面在新窗口打开的是()。A.<a href="http://www.sina.com.cn" target="_top" >新浪网</a>B.<a href="http://www.sina.com.cn" target="_blank">新浪网</a>C.<a href="http://www.sina.com.cn" target="_self">新浪网</a>D.<a href="http://www.sina.com.cn" target="_parent">新浪网</a>