<a href="www.stackoverflow.com" target="_blank">click here</a>
Clicking the above link on a site's HTML page would try to take the user to
<site>/index.html/www.stackoverflow.com
Where as following works fine
<a href="http://www.stackoverflow.com" target="_blank">click here</a>
What is the rationale for this behavior?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…