www.sina.com.cn的二级域名是()。 A.sinaB.cnC.comD.www
www.sina.com.cn的二级域名是()。
A.sina
B.cn
C.com
D.www
相关考题:
在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);
在RHEL5系统中,使用nslookup命令查询域名www.sinA.com.cn显示结果如下,则下列说法错说法错误的是() A. 客户端查询时使用的DNS服务器地址是202.106.0.20B. 202.106.0.20是sinA.com.cn域的权威dns服务器地址C. 域名www.sinA.com.cn是jupiter.sinA.com.cn的别名D. 域名www.sinA.com.cn对应的IP地址是202.108.33.32
想要把窗口导航到新的页面,下面那些语句是正确的()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>