XML/HTML CodeCopy content to clipboard
Browser display effect:
Relative web link address: XML/HTML CodeCopy content to clipboard
This example uses a relative address, while the example linked to Baidu above uses an absolute address. Example with added target attribute: XML/HTML CodeCopy content to clipboard
When you click the link again, the browser will enable a new page to open the link address, while the original page window will be retained. Email hyperlink XML/HTML CodeCopy content to clipboard
Clicking this link will enable your default email client to compose an email. Anchor Links XML/HTML CodeCopy content to clipboard
Create a hyperlink to an anchor: XML/HTML CodeCopy content to clipboard
As can be seen from the example, to access an anchor, just add the "#" sign and the name of the anchor after the link address. In the above example, since it links to the anchor of this page, the previous link address is ignored (Note: it is actually the relative address that is ignored, which will not be discussed here). XML/HTML CodeCopy content to clipboard
Of course, the test anchor tag must be present on the www.abc.com page, otherwise it will only link to the www.abc.com page and ignore the anchor tag. |
<<: Understanding and application of JavaScript ES6 destructuring operator
>>: MySQL database implements OLTP benchmark test based on sysbench
Table of contents A murder caused by ERR 1067 The...
1. Syntax TIMESTAMPDIFF(unit,begin,end); Returns ...
The WeChat mini-program native components camera,...
The Document Object Model (DOM) is a platform, a ...
Application scenario 1: Domain name-based redirec...
Preface Samba is a free software that implements ...
Recently I want to use goaccess to analyze nginx ...
1. Overall architecture diagram Compared to other...
1. Introduction Docker has an orchestration tool ...
Of course, it also includes some personal experien...
This article uses examples to illustrate the prin...
The specific code of the sliding button made with...
Table of contents 1. Synchronous AJAX 2. Asynchro...
Starting from IE 8, IE added a compatibility mode,...
The div+css layout to achieve 2-end alignment is ...