您现在的位置:首页 >> 前端 >> 内容

HTML空链接的作用

时间:2013/1/15 12:59:41 点击:

  核心提示:空链接:就是没有目标端点的链接。格式a href=#显示内容/a空连接的作用1.设为首页a href=#onclick=this.style.behavior=url(#default#homepag...
空链接:

 就是没有目标端点的链接。

 格式<a href="#">显示内容</a>

 

空连接的作用

1.设为首页

<a href="#"

 onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('https://www.sohu.com')">设为首页</a>

2.添加收藏

<a href="#"

 onclick="javascript:window.external.addfavorite('https://www.sohu.com','搜狐')">加入收藏夹</a>

Tags:HT TM ML L空 
作者:网络 来源:不详