A brief discussion on the role of HTML empty links
Dec 11, 2017 am 10:53 AMEmpty link:
is a link without a target endpoint. This article brings you a brief discussion on the role of HTML empty links. The editor thinks it is quite good, so I will share it with you now and give it as a reference for everyone. Let’s follow the editor to take a look, I hope it can help everyone.
Format<a href="#">Display content</a>
The role of empty connection
1.Set as homepage
<a href="#"
onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('http://www.jb51.net')"> Set as homepage</a>
2. Add favorites
<a href="#"
onclick="javascript:window.external.addfavorite('http:/ /www.jb51.net','Sohu')">Add to favorites</a>
It's very simple. Have you learned it? Hurry up and give it a try.
Related recommendations:
JavaScript+html5 canvas sample code for drawing hyperlinks on images
JS implementation method of clicking on a link to switch to displaying hidden content
The above is the detailed content of A brief discussion on the role of HTML empty links. For more information, please follow other related articles on the PHP Chinese website!

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

How do you parse and process HTML/XML in PHP?
