A.一级域名
B.二级域名
C.三级域名
D.主机名
第1题:
插入超级链接http://www.sina.com.cn。
第2题:
第3题:
在下列的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>
第4题:
第5题:
想要把窗口导航到新的页面,下面那些语句是正确的()
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”