Home > Article > Web Front-end > A brief discussion on the techniques of using HTML empty links
This time I will briefly talk about the techniques of using HTML empty links. What are the precautions for using HTML empty links? The following is a practical case, let’s take a look.
Empty link:
is a link without a target endpoint.
FormatDisplay content
The role of empty connection
1.Set as homepage
onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('http ://http://www.php.cn')">Set as homepage
2. Add favorites
onclick="javascript:window.external.addfavorite('http://http://www.php.cn/','PHP')">Add to Favorites
I believe you have mastered the methods after reading these cases. For more exciting information, please pay attention to other related articles on the php Chinese website!
Related reading:
How to use h5’s sse server to send EventSource events
H5’s local storage and local database details Introducing
#h5 how to implement the remember password function
The above is the detailed content of A brief discussion on the techniques of using HTML empty links. For more information, please follow other related articles on the PHP Chinese website!