标签: html internet-explorer-6
我正在使用
<a href="www.google.com" > test link </a>
我不明白为什么它不在IE6中工作。
答案 0 :(得分:10)
您需要加入http://。
http://
<a href="http://www.google.com"> test link </a>
您还应该解释“不工作”究竟是什么意思,但不管怎样,这是我在链接中看到的唯一错误。