單項選擇題在HTML,中,關(guān)于超鏈接注冊說法正確的是()。

A.href屬性表示鏈接地址的路徑,但只能是相對路徑
B.將屬性href改成src同樣可以設(shè)置鏈接地址的路徑
C.target屬性指定鏈接在哪個窗口打開,常用的取值有-self,-blank
D.超鏈接只可以是文本超鏈接


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下列可以在新窗口打開www.baidu.com的超鏈接是()。

A.<a href="www.baidu.comtarget=".blank">打開百度</a>
B.<a href="http://www.baidu.com”target="_self">打開百度</a>
C.<a href="www.baidu.com”target="_self“>打開百度</a>
D.<a href=’http://www.baidu.com”target="._b1ank’>打開百度</a>

3.單項選擇題在HTML中,以下為網(wǎng)站間鏈接的是()

A.<a ur1=^http://www.wrclub.net’>好站</a>
B.a href=mailto:http:
C.<a href=’http://www.wrclub.net”>好站</a>
D.<a href=^net.htm1~>好站</a>

4.單項選擇題

在HTML文件中,跳轉(zhuǎn)中使用的是()。

A.混合地址
B.絕對地址
C.三維地址
D.相對地址

5.單項選擇題下列HTML代碼中,能在新窗口中打開百度首頁的是()。

A.<a src=^http://www.baidu.com">百度</a>
B.<a src="www.baidu.com”target=".blank^>百度</a>
C.<a href=’http://www.baidu.com”target="._b1ank">百度</a>
D.<a href=’http://www.baidu.com">百度</a>