什麼是空連結?
就是沒有目標端點的連結。
格式如下:
<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>
相關影片教學推薦:html影片教學
以上是html中的空連結有什麼用的詳細內容。更多資訊請關注PHP中文網其他相關文章!