什么是空链接?
就是没有目标端点的链接。
格式如下:
<a href="#">显示内容</a>
(推荐教程:html入门教程)
作用:
1、设为首页
<a href="#"
onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('https://www.jb51.net')">设为首页</a>
2.添加收藏
<a href="#"
onclick="javascript:window.external.addfavorite('https://www.jb51.net','搜狐')">加入收藏夹</a>


本文转载自励志网


本文转载自励志网
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/html5/h57390.shtml