A brief discussion on the role of HTML empty links

A brief discussion on the role of HTML empty links

Empty link:

That is, there is no link with a target endpoint.

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('https://www.jb51.net')">Set as homepage</a>

2. Add favorites

<a href="#"
onclick="javascript:window.external.addfavorite('https://www.jb51.net','Sohu')">Add to Favorites</a>

The above is all the content of the editor's brief discussion on the role of HTML empty links. I hope it will be helpful to everyone. Please support 123WORDPRESS.COM~

<<:  HTTP header information interpretation and analysis (detailed summary)

>>:  JavaScript microtasks and macrotasks explained

Recommend

Detailed explanation of mysql transaction management operations

This article describes the MySQL transaction mana...

Summary of the differences between Mysql primary key and unique key

What is a primary key? A primary key is a column ...

js to achieve a simple lottery function

This article shares the specific code of js to im...

Detailed explanation of how to exit Docker container without closing it

After entering the Docker container, if you exit ...

Docker image creation Dockerfile and commit operations

Build the image There are two main ways to build ...

Problems and solutions of using jsx syntax in React-vscode

Problem Description After installing the plugin E...

How to use selenium+testng to realize web automation in docker

Preface After a long time of reading various mate...

Linux swap partition (detailed explanation)

Table of contents linux 1. What is SWAP 2. What d...

MySQL 8.0.16 installation and configuration tutorial under Windows 10

This article shares with you the graphic tutorial...

A brief discussion on the $notify points of element

My original intention was to encapsulate the $not...

Vue commonly used high-order functions and comprehensive examples

1. Commonly used high-order functions of arrays S...

How to quickly paginate MySQL data volumes of tens of millions

Preface In backend development, in order to preve...