试题详情

如果需要改变<a id=‘a‘>标签的跳转地址,以下写法正确的是()

Adocument.getElementById(“a”).url="index.html"

Bdocument.getElementById(“a”).href="index.html"

Cdocument.getElementById(“a”).src="index.html"

Ddocument.getElementById(“a”).go="index.html"