Generally, <a href = "#"> www.zzsky.cn </a> is used as an empty link, in addition, the webpage is not only one screen. When a blank link is clicked, it will return to the top of the page, and the user experience is poor. The following five methods can prevent this problem:
1. Set <a href = "#"> www.zzsky.cn </a>
Change to <a href = "javascript:;"> Chinese webmaster sky www.zzsky.cn </a>
2. Set <a href = "#"> www.zzsky.cn </a>
Change to <a href = "#" onclick = "Return false"> www.zzsky.cn, webmaster of China </a>
3. If you do not need a link, but want to turn the mouse into a hand shape when hovering the mouse, you can set <a href = "#"> www.zzsky.cn & lt; /A>
Change to <span style = "cursor: Hand"> www.zzsky.cn & lt;/span>
4. Set <a href = "#"> www.zzsky.cn </a>
Change to <a href = "####"> Chinese webmaster sky www.zzsky.cn </a>
5. Set <a href = "#"> www.zzsky.cn </a>
Change to <a href = "javascript: void (0)"> Chinese webmaster sky www.zzsky.cn </a>
Original article: http://www.zzsky.cn/build/content/1240.htm
Usage of Hyperlink tag ()
1. webpage internal jump method:
<A href = "# link point name"> Part 2 </a>
..................
<A name = "link point name"> </a> the actual content of the second part ......
2. Jump to the specified position on another page:
<A href = "pagw2.htm # link point name"> the second part of page2 </a>
3. download files
<A href = "homepagejq.zip"> click here to download the "webpage tip" package. </a>
4. Link to e_mail
<A href = "mailto: zzsky.cn@gmail.com"> contact Webmaster </a>