开发者

Anchor tag not works in IE6 [closed]

This question is开发者_如何学Go unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 10 years ago.

I am using

<a href="www.google.com" > test link </a>

I didn't understand why its not working in IE6.


You need to include http://.

<a href="http://www.google.com"> test link </a>

You should also explain what exactly you mean by 'not working', but regardless of that, that's the only mistake I see in your link.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜